POST radios/AddRadioRangeToClient

Request Information

URI Parameters

None.

Body Parameters

RadioStockParams
NameDescriptionTypeAdditional information
TransmitterStart

string

None.

TransmitterEnd

string

None.

Decoder

string

None.

Setname

string

None.

MutipleRadios

boolean

None.

StockCustId

integer

None.

StockPointId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TransmitterStart": "sample string 1",
  "TransmitterEnd": "sample string 2",
  "Decoder": "sample string 3",
  "Setname": "sample string 4",
  "MutipleRadios": true,
  "StockCustId": 6,
  "StockPointId": 1
}

text/html

Sample:
{"TransmitterStart":"sample string 1","TransmitterEnd":"sample string 2","Decoder":"sample string 3","Setname":"sample string 4","MutipleRadios":true,"StockCustId":6,"StockPointId":1}

application/xml, text/xml

Sample:
<RadioStockParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Radios">
  <Decoder>sample string 3</Decoder>
  <MutipleRadios>true</MutipleRadios>
  <Setname>sample string 4</Setname>
  <StockCustId>6</StockCustId>
  <StockPointId>1</StockPointId>
  <TransmitterEnd>sample string 2</TransmitterEnd>
  <TransmitterStart>sample string 1</TransmitterStart>
</RadioStockParams>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.