POST api/centralmailercampaigns/getUserLinks
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": "3ebef271-4310-4701-ba31-f7f6e3feef2f",
"CampaignId": "855bab5b-7ede-47c4-af62-111ee75991cd",
"CampaignName": "sample string 3",
"CMCampaignId": "b7760d45-f521-4554-ac40-6844e304622a",
"UserId": "6f2a7d9c-4a2f-4924-95bb-29f59123914d"
}
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>b7760d45-f521-4554-ac40-6844e304622a</CMCampaignId> <CampaignId>855bab5b-7ede-47c4-af62-111ee75991cd</CampaignId> <CampaignName>sample string 3</CampaignName> <Id>3ebef271-4310-4701-ba31-f7f6e3feef2f</Id> <UserId>6f2a7d9c-4a2f-4924-95bb-29f59123914d</UserId> </CentralMailerUserLinkDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.