POST radios/saveRadioSpecial

Request Information

URI Parameters

None.

Body Parameters

RadioSpecial
NameDescriptionTypeAdditional information
SpecialId

integer

None.

RadioId

integer

None.

ActualInfo

string

None.

ActualInfoId

integer

None.

Alarm

string

None.

AlarmTypeId

integer

None.

Zone

integer

None.

ActualAlm

string

None.

Suspend

boolean

None.

SuspendUntil

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SpecialId": 1,
  "RadioId": 1,
  "ActualInfo": "sample string 2",
  "ActualInfoId": 3,
  "Alarm": "sample string 4",
  "AlarmTypeId": 1,
  "Zone": 1,
  "ActualAlm": "sample string 5",
  "Suspend": true,
  "SuspendUntil": "2026-04-17T11:38:56.0206584+00:00"
}

text/html

Sample:
{"SpecialId":1,"RadioId":1,"ActualInfo":"sample string 2","ActualInfoId":3,"Alarm":"sample string 4","AlarmTypeId":1,"Zone":1,"ActualAlm":"sample string 5","Suspend":true,"SuspendUntil":"2026-04-17T11:38:56.0206584+00:00"}

application/xml, text/xml

Sample:
<RadioSpecial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Radios">
  <ActualAlm>sample string 5</ActualAlm>
  <ActualInfo>sample string 2</ActualInfo>
  <ActualInfoId>3</ActualInfoId>
  <Alarm>sample string 4</Alarm>
  <AlarmTypeId>1</AlarmTypeId>
  <RadioId>1</RadioId>
  <SpecialId>1</SpecialId>
  <Suspend>true</Suspend>
  <SuspendUntil>2026-04-17T11:38:56.0206584+00:00</SuspendUntil>
  <Zone>1</Zone>
</RadioSpecial>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.