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": "416142a6-7d81-4d6c-a2f2-b38da476e43b",
"CampaignId": "6ab2f32f-b864-4174-8f60-166171f8e940",
"CampaignName": "sample string 3",
"CMCampaignId": "d18471a1-c0f5-436d-bd51-3383153dabfc",
"UserId": "b5034cc4-5a9f-445d-8bf4-c31d5959b4aa"
}
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>d18471a1-c0f5-436d-bd51-3383153dabfc</CMCampaignId> <CampaignId>6ab2f32f-b864-4174-8f60-166171f8e940</CampaignId> <CampaignName>sample string 3</CampaignName> <Id>416142a6-7d81-4d6c-a2f2-b38da476e43b</Id> <UserId>b5034cc4-5a9f-445d-8bf4-c31d5959b4aa</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.