POST radios/deleteradiotestdelay

Request Information

URI Parameters

None.

Body Parameters

RadioTestDelayEntity
NameDescriptionTypeAdditional information
TenantId

integer

None.

SignalTestDelay

string

None.

NumberOfMinutes

integer

None.

DelayId

integer

None.

RemoveFromLsn

boolean

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": 1,
  "SignalTestDelay": "sample string 2",
  "NumberOfMinutes": 3,
  "DelayId": 1,
  "RemoveFromLsn": true,
  "UserId": 4
}

text/html

Sample:
{"TenantId":1,"SignalTestDelay":"sample string 2","NumberOfMinutes":3,"DelayId":1,"RemoveFromLsn":true,"UserId":4}

application/xml, text/xml

Sample:
<RadioTestDelayEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Radios">
  <DelayId>1</DelayId>
  <NumberOfMinutes>3</NumberOfMinutes>
  <RemoveFromLsn>true</RemoveFromLsn>
  <SignalTestDelay>sample string 2</SignalTestDelay>
  <TenantId>1</TenantId>
  <UserId>4</UserId>
</RadioTestDelayEntity>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.