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