POST api/CustomerCertificate/AgentLogin
Request Information
URI Parameters
None.
Body Parameters
TaskYamContracts.DTO.AgentLoginRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EncriptedSecrate | Collection of byte |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EncriptedSecrate": "QEA=",
"Token": "sample string 1"
}
application/xml, text/xml
Sample:
<AgentLoginRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EncriptedSecrate>QEA=</EncriptedSecrate> <Token>sample string 1</Token> </AgentLoginRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.