POST api/AirMaster/PostFlightMaster
Request Information
URI Parameters
None.
Body Parameters
PostFlightMasterInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| FM_ID | integer |
None. |
|
| FM_NAME | string |
None. |
|
| FM_FLAG | string |
None. |
|
| PROGRAM | string |
None. |
|
| FM_FLIGHT_NUMBER | string |
None. |
|
| FM_NATIONALITY | string |
None. |
|
| FM_CALL_SIGN | string |
None. |
|
| FM_FLIGHT_ID | string |
None. |
|
| FM_OWNER | string |
None. |
|
| FM_STATUS | string |
None. |
|
| FM_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FM_ID": 1,
"FM_NAME": "sample string 1",
"FM_FLAG": "sample string 2",
"PROGRAM": "sample string 3",
"FM_FLIGHT_NUMBER": "sample string 4",
"FM_NATIONALITY": "sample string 5",
"FM_CALL_SIGN": "sample string 6",
"FM_FLIGHT_ID": "sample string 7",
"FM_OWNER": "sample string 8",
"FM_STATUS": "sample string 9",
"FM_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<PostFlightMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <FM_CALL_SIGN>sample string 6</FM_CALL_SIGN> <FM_CREATED_BY>1</FM_CREATED_BY> <FM_FLAG>sample string 2</FM_FLAG> <FM_FLIGHT_ID>sample string 7</FM_FLIGHT_ID> <FM_FLIGHT_NUMBER>sample string 4</FM_FLIGHT_NUMBER> <FM_ID>1</FM_ID> <FM_NAME>sample string 1</FM_NAME> <FM_NATIONALITY>sample string 5</FM_NATIONALITY> <FM_OWNER>sample string 8</FM_OWNER> <FM_STATUS>sample string 9</FM_STATUS> <PROGRAM>sample string 3</PROGRAM> </PostFlightMasterInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |