POST api/CustomerCertificate/AgentApproveRequest

Request Information

URI Parameters

None.

Body Parameters

TaskYamContracts.DTO.AgentApproveRequest
NameDescriptionTypeAdditional information
EncriptedSecrate

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "EncriptedSecrate": "QEA="
}

application/xml, text/xml

Sample:
<AgentApproveRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <EncriptedSecrate>QEA=</EncriptedSecrate>
</AgentApproveRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AgentApproveRequest'.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.