POST api/skyputer/flykish

Request Information

URI Parameters

None.

Body Parameters

skyputer
NameDescriptionTypeAdditional information
plan

string

None.

fltno

string

None.

date

string

None.

key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "plan": "sample string 1",
  "fltno": "sample string 2",
  "date": "sample string 3",
  "key": "sample string 4"
}

text/html, text/plain

Sample:
{"plan":"sample string 1","fltno":"sample string 2","date":"sample string 3","key":"sample string 4"}

application/xml, text/xml

Sample:
<ValuesController.skyputer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XAPI.Controllers">
  <date>sample string 3</date>
  <fltno>sample string 2</fltno>
  <key>sample string 4</key>
  <plan>sample string 1</plan>
</ValuesController.skyputer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.