POST radios/createPhoneIn

Request Information

URI Parameters

None.

Body Parameters

PhoneInRequest
NameDescriptionTypeAdditional information
CustId

integer

None.

AlarmType

string

None.

Priority

integer

None.

Zone

integer

None.

SendMessage

boolean

None.

ScheduleDate

date

None.

SignalNote

string

None.

UserId

integer

None.

TenantId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustId": 1,
  "AlarmType": "sample string 2",
  "Priority": 1,
  "Zone": 1,
  "SendMessage": true,
  "ScheduleDate": "2026-04-17T11:34:02.8973916+00:00",
  "SignalNote": "sample string 4",
  "UserId": 5,
  "TenantId": 6
}

text/html

Sample:
{"CustId":1,"AlarmType":"sample string 2","Priority":1,"Zone":1,"SendMessage":true,"ScheduleDate":"2026-04-17T11:34:02.8973916+00:00","SignalNote":"sample string 4","UserId":5,"TenantId":6}

application/xml, text/xml

Sample:
<PhoneInRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Radios">
  <AlarmType>sample string 2</AlarmType>
  <CustId>1</CustId>
  <Priority>1</Priority>
  <ScheduleDate>2026-04-17T11:34:02.8973916+00:00</ScheduleDate>
  <SendMessage>true</SendMessage>
  <SignalNote>sample string 4</SignalNote>
  <TenantId>6</TenantId>
  <UserId>5</UserId>
  <Zone>1</Zone>
</PhoneInRequest>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.