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