POST radios/moveRadioToStock

Request Information

URI Parameters

None.

Body Parameters

MoveRadioRequest
NameDescriptionTypeAdditional information
RadioId

integer

None.

StockCustId

integer

None.

StockPointId

integer

None.

RemoveZonesAndSpecials

boolean

None.

SuspendReason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RadioId": 1,
  "StockCustId": 2,
  "StockPointId": 1,
  "RemoveZonesAndSpecials": true,
  "SuspendReason": "sample string 4"
}

text/html

Sample:
{"RadioId":1,"StockCustId":2,"StockPointId":1,"RemoveZonesAndSpecials":true,"SuspendReason":"sample string 4"}

application/xml, text/xml

Sample:
<MoveRadioRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Radios">
  <RadioId>1</RadioId>
  <RemoveZonesAndSpecials>true</RemoveZonesAndSpecials>
  <StockCustId>2</StockCustId>
  <StockPointId>1</StockPointId>
  <SuspendReason>sample string 4</SuspendReason>
</MoveRadioRequest>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.