POST api/Compaign/AddUserToCompaign
Request Information
URI Parameters
None.
Body Parameters
CompaignMember| Name | Description | Type | Additional information |
|---|---|---|---|
| CompaignMemberId | integer |
None. |
|
| CompaignId | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompaignMemberId": 1,
"CompaignId": 1,
"UserId": 1
}
application/xml, text/xml
Sample:
<CompaignMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDPS"> <CompaignId>1</CompaignId> <CompaignMemberId>1</CompaignMemberId> <UserId>1</UserId> </CompaignMember>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.