POST Partner/GetAuthenticateParticipant
Request Information
URI Parameters
None.
Body Parameters
GetAuthenticateParticipantDTORequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Login | string |
Required |
|
| Password | string |
Required |
|
| IsHashedPassword | boolean |
Required |
|
| IsTokenAuthentication | boolean |
Required |
|
| PositiveValidationUrl | string |
Required |
|
| PartnerAccessKey | string |
None. |
|
| CampaignID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Login": "sample string 1",
"Password": "sample string 2",
"IsHashedPassword": true,
"IsTokenAuthentication": true,
"PositiveValidationUrl": "sample string 5",
"PartnerAccessKey": "sample string 6",
"CampaignID": 7
}
application/xml, text/xml
Sample:
<GetAuthenticateParticipantDTORequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <PartnerAccessKey>sample string 6</PartnerAccessKey> <CampaignID>7</CampaignID> <Login>sample string 1</Login> <Password>sample string 2</Password> <IsHashedPassword>true</IsHashedPassword> <IsTokenAuthentication>true</IsTokenAuthentication> <PositiveValidationUrl>sample string 5</PositiveValidationUrl> </GetAuthenticateParticipantDTORequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |