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": "d49a2900-a80c-48ff-9d4e-0e5977cbcd76",
"CampaignId": "959fac3f-daa1-4eaa-bf5e-10ad4af06643",
"CampaignName": "sample string 3",
"CMCampaignId": "c003457a-2b69-4227-90fa-9f05b55ce6e4",
"UserId": "55d5e6c2-1e2e-4a04-93a2-eba75f78296e"
}
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>c003457a-2b69-4227-90fa-9f05b55ce6e4</CMCampaignId> <CampaignId>959fac3f-daa1-4eaa-bf5e-10ad4af06643</CampaignId> <CampaignName>sample string 3</CampaignName> <Id>d49a2900-a80c-48ff-9d4e-0e5977cbcd76</Id> <UserId>55d5e6c2-1e2e-4a04-93a2-eba75f78296e</UserId> </CentralMailerUserLinkDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.