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": "1dab2ed2-d8f9-46b7-bfa0-69141740d3ad",
"CampaignId": "f9d2b148-5125-4f64-9ddf-39f6c76f69b1",
"CampaignName": "sample string 3",
"CMCampaignId": "1252c287-de88-4761-9311-62a5219d5d14",
"UserId": "838532ae-ebd7-405d-847d-29091e811512"
}
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>1252c287-de88-4761-9311-62a5219d5d14</CMCampaignId> <CampaignId>f9d2b148-5125-4f64-9ddf-39f6c76f69b1</CampaignId> <CampaignName>sample string 3</CampaignName> <Id>1dab2ed2-d8f9-46b7-bfa0-69141740d3ad</Id> <UserId>838532ae-ebd7-405d-847d-29091e811512</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.