POST api/AudienceUsersOptOut

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
audienceUsersOptOut
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Firstname": "sample string 2",
  "Lastname": "sample string 3",
  "Email": "sample string 4",
  "MediaID": 5,
  "CustomerCode": "sample string 6",
  "AddedDate": "17/10/2024 11:25",
  "IsProcessed": true,
  "ProcessDate": "17/10/2024 11:25"
}

application/xml, text/xml

Sample:
<AudienceUsersOptOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SM.Data.Models.Audience">
  <AddedDate>2024-10-17T11:25:29.8929901+01:00</AddedDate>
  <CustomerCode>sample string 6</CustomerCode>
  <Email>sample string 4</Email>
  <Firstname>sample string 2</Firstname>
  <ID>1</ID>
  <IsProcessed>true</IsProcessed>
  <Lastname>sample string 3</Lastname>
  <MediaID>5</MediaID>
  <ProcessDate>2024-10-17T11:25:29.8929901+01:00</ProcessDate>
</AudienceUsersOptOut>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Firstname": "sample string 2",
  "Lastname": "sample string 3",
  "Email": "sample string 4",
  "MediaID": 5,
  "CustomerCode": "sample string 6",
  "AddedDate": "17/10/2024 11:25",
  "IsProcessed": true,
  "ProcessDate": "17/10/2024 11:25"
}

application/xml, text/xml

Sample:
<AudienceUsersOptOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SM.Data.Models.Audience">
  <AddedDate>2024-10-17T11:25:29.8929901+01:00</AddedDate>
  <CustomerCode>sample string 6</CustomerCode>
  <Email>sample string 4</Email>
  <Firstname>sample string 2</Firstname>
  <ID>1</ID>
  <IsProcessed>true</IsProcessed>
  <Lastname>sample string 3</Lastname>
  <MediaID>5</MediaID>
  <ProcessDate>2024-10-17T11:25:29.8929901+01:00</ProcessDate>
</AudienceUsersOptOut>