POST radios/saveRadioZone

Request Information

URI Parameters

None.

Body Parameters

RadioZone
NameDescriptionTypeAdditional information
ZoneId

integer

None.

Zone

integer

None.

ZoneDesc

string

None.

Equipment

string

None.

LastAlm

string

None.

LastAlmDate

date

None.

RadioId

integer

None.

RemoveFromLsn

boolean

None.

LinkedVideo

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ZoneId": 1,
  "Zone": 1,
  "ZoneDesc": "sample string 2",
  "Equipment": "sample string 3",
  "LastAlm": "sample string 4",
  "LastAlmDate": "2026-04-17T11:36:37.1702849+00:00",
  "RadioId": 5,
  "RemoveFromLsn": true,
  "LinkedVideo": true
}

text/html

Sample:
{"ZoneId":1,"Zone":1,"ZoneDesc":"sample string 2","Equipment":"sample string 3","LastAlm":"sample string 4","LastAlmDate":"2026-04-17T11:36:37.1702849+00:00","RadioId":5,"RemoveFromLsn":true,"LinkedVideo":true}

application/xml, text/xml

Sample:
<RadioZone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Radios">
  <Equipment>sample string 3</Equipment>
  <LastAlm>sample string 4</LastAlm>
  <LastAlmDate>2026-04-17T11:36:37.1702849+00:00</LastAlmDate>
  <LinkedVideo>true</LinkedVideo>
  <RadioId>5</RadioId>
  <RemoveFromLsn>true</RemoveFromLsn>
  <Zone>1</Zone>
  <ZoneDesc>sample string 2</ZoneDesc>
  <ZoneId>1</ZoneId>
</RadioZone>

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 'RadioZone'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.