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": "5d85da67-3b39-47d0-a57f-237b6d3eb08b",
"CampaignId": "317bab5d-6cfd-4c87-8e03-140fb3686457",
"CampaignName": "sample string 3",
"CMCampaignId": "81a22652-e42c-40b7-b976-16db795ea960",
"UserId": "b141f986-edf4-4044-8fee-9c3c14608544"
}
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>81a22652-e42c-40b7-b976-16db795ea960</CMCampaignId> <CampaignId>317bab5d-6cfd-4c87-8e03-140fb3686457</CampaignId> <CampaignName>sample string 3</CampaignName> <Id>5d85da67-3b39-47d0-a57f-237b6d3eb08b</Id> <UserId>b141f986-edf4-4044-8fee-9c3c14608544</UserId> </CentralMailerUserLinkDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.