POST api/ofpData_1_21

Request Information

URI Parameters

None.

Body Parameters

ofpData_1_21
NameDescriptionTypeAdditional information
ofpNumber

integer

None.

fltDate

string

None.

fltNumber

string

None.

tailNumber

string

None.

ofpXML

string

None.

returnXML

string

None.

freehandATC

Collection of byte

None.

freehandFuel

Collection of byte

None.

FreehandATCBase64

string

None.

FreehandFuelBase64

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ofpNumber": 1,
  "fltDate": "sample string 2",
  "fltNumber": "sample string 3",
  "tailNumber": "sample string 4",
  "ofpXML": "sample string 5",
  "returnXML": "sample string 6",
  "freehandATC": "QEA=",
  "freehandFuel": "QEA=",
  "FreehandATCBase64": "QEA=",
  "FreehandFuelBase64": "QEA="
}

application/xml, text/xml

Sample:
<ofpData_1_21 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFBwebservice.Models">
  <fltDate>sample string 2</fltDate>
  <fltNumber>sample string 3</fltNumber>
  <freehandATC>QEA=</freehandATC>
  <freehandFuel>QEA=</freehandFuel>
  <ofpNumber>1</ofpNumber>
  <ofpXML>sample string 5</ofpXML>
  <returnXML>sample string 6</returnXML>
  <tailNumber>sample string 4</tailNumber>
</ofpData_1_21>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.