POST api/v3/Campaign/Contributor/Save
Request Information
URI Parameters
None.
Body Parameters
ContributorSaveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| pkUserIds | string |
None. |
|
| CampaignId | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pkUserIds": "sample string 1",
"campaignId": "sample string 2",
"type": "sample string 3"
}
text/html
Sample:
{"pkUserIds":"sample string 1","campaignId":"sample string 2","type":"sample string 3"}
application/xml, text/xml
Sample:
<ContributorSaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IC_Web_API_V3.Models"> <CampaignId>sample string 2</CampaignId> <Type>sample string 3</Type> <pkUserIds>sample string 1</pkUserIds> </ContributorSaveRequest>
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. |