POST technical/addRadioTestTime

Request Information

URI Parameters

None.

Body Parameters

TestTimeEntity
NameDescriptionTypeAdditional information
TestTimeId

integer

None.

TenantId

integer

None.

TestType

string

None.

TestTimeName

string

None.

IsDefault

boolean

None.

TestTimeMins

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TestTimeId": 1,
  "TenantId": 2,
  "TestType": "sample string 3",
  "TestTimeName": "sample string 4",
  "IsDefault": true,
  "TestTimeMins": 6
}

text/html

Sample:
{"TestTimeId":1,"TenantId":2,"TestType":"sample string 3","TestTimeName":"sample string 4","IsDefault":true,"TestTimeMins":6}

application/xml, text/xml

Sample:
<TestTimeEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Technical">
  <IsDefault>true</IsDefault>
  <TenantId>2</TenantId>
  <TestTimeId>1</TestTimeId>
  <TestTimeMins>6</TestTimeMins>
  <TestTimeName>sample string 4</TestTimeName>
  <TestType>sample string 3</TestType>
</TestTimeEntity>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.