POST clients/confirmradiotrackingremoval

Request Information

URI Parameters

None.

Body Parameters

RadioTrackingRemoval
NameDescriptionTypeAdditional information
ConfirmRemoval

boolean

None.

ReInstateReason

string

None.

ReInStateDate

date

None.

CustCode

string

None.

Notes

string

None.

ActivateImmediately

boolean

None.

ActivateSMS

boolean

None.

SMSTemplate

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ConfirmRemoval": true,
  "ReInstateReason": "sample string 2",
  "ReInStateDate": "2026-04-17T11:39:34.3268543+00:00",
  "CustCode": "sample string 3",
  "Notes": "sample string 4",
  "ActivateImmediately": true,
  "ActivateSMS": true,
  "SMSTemplate": 1
}

text/html

Sample:
{"ConfirmRemoval":true,"ReInstateReason":"sample string 2","ReInStateDate":"2026-04-17T11:39:34.3268543+00:00","CustCode":"sample string 3","Notes":"sample string 4","ActivateImmediately":true,"ActivateSMS":true,"SMSTemplate":1}

application/xml, text/xml

Sample:
<RadioTrackingRemoval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Radios">
  <ActivateImmediately xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Contracts">true</ActivateImmediately>
  <ActivateSMS xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Contracts">true</ActivateSMS>
  <CustCode xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Contracts">sample string 3</CustCode>
  <Notes xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Contracts">sample string 4</Notes>
  <ReInStateDate xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Contracts">2026-04-17T11:39:34.3268543+00:00</ReInStateDate>
  <ReInstateReason xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Contracts">sample string 2</ReInstateReason>
  <SMSTemplate xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Contracts">1</SMSTemplate>
  <ConfirmRemoval>true</ConfirmRemoval>
</RadioTrackingRemoval>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RadioTrackingRemoval'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.