POST radios/syncdevice

Request Information

URI Parameters

None.

Body Parameters

RadioSync
NameDescriptionTypeAdditional information
CustId

integer

None.

Decoder

string

None.

Transmitter

string

None.

RadioId

integer

None.

SetName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustId": 1,
  "Decoder": "sample string 2",
  "Transmitter": "sample string 3",
  "RadioId": 4,
  "SetName": "sample string 5"
}

text/html

Sample:
{"CustId":1,"Decoder":"sample string 2","Transmitter":"sample string 3","RadioId":4,"SetName":"sample string 5"}

application/xml, text/xml

Sample:
<RadioSync xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Radios">
  <CustId>1</CustId>
  <Decoder>sample string 2</Decoder>
  <RadioId>4</RadioId>
  <SetName>sample string 5</SetName>
  <Transmitter>sample string 3</Transmitter>
</RadioSync>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.