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": "7f342d87-ae9f-4811-9880-47c1cd209936",
"CampaignId": "f3f3d13f-7be3-4ff4-8e97-6f7a274cb185",
"CampaignName": "sample string 3",
"CMCampaignId": "11ad338e-6f93-4798-aad8-c311db305b7e",
"UserId": "a787f2eb-34d8-4e1f-ad0b-1d3754beb5c1"
}
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>11ad338e-6f93-4798-aad8-c311db305b7e</CMCampaignId> <CampaignId>f3f3d13f-7be3-4ff4-8e97-6f7a274cb185</CampaignId> <CampaignName>sample string 3</CampaignName> <Id>7f342d87-ae9f-4811-9880-47c1cd209936</Id> <UserId>a787f2eb-34d8-4e1f-ad0b-1d3754beb5c1</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.