POST api/pic/asr/sign/new

Request Information

URI Parameters

None.

Body Parameters

dto_sign
NameDescriptionTypeAdditional information
flight_id

integer

None.

flight_id_str

string

None.

lic_no

string

None.

user_id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "flight_id": 1,
  "flight_id_str": "sample string 2",
  "lic_no": "sample string 3",
  "user_id": "sample string 4"
}

text/html

Sample:
{"flight_id":1,"flight_id_str":"sample string 2","lic_no":"sample string 3","user_id":"sample string 4"}

application/xml, text/xml

Sample:
<DispatchController.dto_sign xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiAPSB.Controllers">
  <flight_id>1</flight_id>
  <flight_id_str>sample string 2</flight_id_str>
  <lic_no>sample string 3</lic_no>
  <user_id>sample string 4</user_id>
</DispatchController.dto_sign>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.