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