POST Supplier/CheckParticipantCredentials
Request Information
URI Parameters
None.
Body Parameters
CheckParticipantCredentialsDTORequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Login | string |
Required |
|
| Password | string |
Required |
|
| ParticipantToken | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Login": "sample string 1",
"Password": "sample string 2",
"ParticipantToken": "sample string 3"
}
application/xml, text/xml
Sample:
<CheckParticipantCredentialsDTORequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ParticipantToken>sample string 3</ParticipantToken> <Login>sample string 1</Login> <Password>sample string 2</Password> </CheckParticipantCredentialsDTORequest>
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. |