POST api/centralmailercampaigns/removeUserLink
Request Information
URI Parameters
None.
Body Parameters
CentralMailerUserLinkDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CampaignId | globally unique identifier |
None. |
|
| CampaignName | string |
None. |
|
| CMCampaignId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "ace9edb5-ae52-47e2-a575-b10439117e77",
"CampaignId": "403abdc7-9b03-4d00-8f68-0e9b72026028",
"CampaignName": "sample string 3",
"CMCampaignId": "edf531c4-6eb9-4d6d-8fa8-373e65adae59",
"UserId": "71e290aa-93fc-4031-8cf4-84ce862c5761"
}
application/xml, text/xml
Sample:
<CentralMailerUserLinkDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Pay.Models"> <CMCampaignId>edf531c4-6eb9-4d6d-8fa8-373e65adae59</CMCampaignId> <CampaignId>403abdc7-9b03-4d00-8f68-0e9b72026028</CampaignId> <CampaignName>sample string 3</CampaignName> <Id>ace9edb5-ae52-47e2-a575-b10439117e77</Id> <UserId>71e290aa-93fc-4031-8cf4-84ce862c5761</UserId> </CentralMailerUserLinkDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.