POST radios/addRadioTestDelay
Request Information
URI Parameters
None.
Body Parameters
RadioTestDelayEntity| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.