POST api/centralmailercampaigns/addUserLink

Request Information

URI Parameters

None.

Body Parameters

CentralMailerUserLinkDto
NameDescriptionTypeAdditional 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": "d6764ace-a86f-4d4b-9c01-c378f0ff3a4b",
  "CampaignId": "b7df1430-258f-45a7-b229-418d82be6a1c",
  "CampaignName": "sample string 3",
  "CMCampaignId": "6718f233-2215-4dde-a370-a79446443c10",
  "UserId": "1c9684d3-c843-4042-9673-4db3433c873c"
}

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>6718f233-2215-4dde-a370-a79446443c10</CMCampaignId>
  <CampaignId>b7df1430-258f-45a7-b229-418d82be6a1c</CampaignId>
  <CampaignName>sample string 3</CampaignName>
  <Id>d6764ace-a86f-4d4b-9c01-c378f0ff3a4b</Id>
  <UserId>1c9684d3-c843-4042-9673-4db3433c873c</UserId>
</CentralMailerUserLinkDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.