POST api/OptOut

Request Information

URI Parameters

None.

Body Parameters

OptOutDTO
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerName

string

None.

MobileNumber

string

None.

AlternativeMobileNumber

string

None.

RequestedDate

date

None.

DateLogged

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CustomerName": "sample string 2",
  "MobileNumber": "sample string 3",
  "AlternativeMobileNumber": "sample string 4",
  "RequestedDate": "2026-01-13T00:57:21.5741185+02:00",
  "DateLogged": "2026-01-13T00:57:21.5741185+02:00"
}

application/xml, text/xml

Sample:
<OptOutDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LivePersonOpt.DTO">
  <AlternativeMobileNumber>sample string 4</AlternativeMobileNumber>
  <CustomerName>sample string 2</CustomerName>
  <DateLogged>2026-01-13T00:57:21.5741185+02:00</DateLogged>
  <Id>1</Id>
  <MobileNumber>sample string 3</MobileNumber>
  <RequestedDate>2026-01-13T00:57:21.5741185+02:00</RequestedDate>
</OptOutDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.