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": "b55f3b53-836c-4cac-a422-f3cb745c0e10",
"CampaignId": "07ae6081-6d09-4687-a4e0-31296b3e0940",
"CampaignName": "sample string 3",
"CMCampaignId": "2b424902-ebce-4036-a7ae-79a58d6fbba7",
"UserId": "fe9eb82b-0cb1-4052-ad9a-fd8e629c4d69"
}
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>2b424902-ebce-4036-a7ae-79a58d6fbba7</CMCampaignId> <CampaignId>07ae6081-6d09-4687-a4e0-31296b3e0940</CampaignId> <CampaignName>sample string 3</CampaignName> <Id>b55f3b53-836c-4cac-a422-f3cb745c0e10</Id> <UserId>fe9eb82b-0cb1-4052-ad9a-fd8e629c4d69</UserId> </CentralMailerUserLinkDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.