POST api/perfData
Request Information
URI Parameters
None.
Body Parameters
performanceData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| strUnique | string |
None. |
|
| tailNumber | string |
None. |
|
| fltNumber | string |
None. |
|
| strFrom | string |
None. |
|
| strTo | string |
None. |
|
| journeyLogNo | string |
None. |
|
| dateUTC | string |
None. |
|
| timeUTC | string |
None. |
|
| packLeft | string |
None. |
|
| packRight | string |
None. |
|
| isolValve | string |
None. |
|
| bleedLeft | string |
None. |
|
| bleedRight | string |
None. |
|
| ductLeft | string |
None. |
|
| ductRight | string |
None. |
|
| mach | string |
None. |
|
| altitude | string |
None. |
|
| tat | string |
None. |
|
| weight | string |
None. |
|
| N1Left | string |
None. |
|
| N2Left | string |
None. |
|
| EGTLeft | string |
None. |
|
| FuelFlowLeft | string |
None. |
|
| oilPressLeft | string |
None. |
|
| oilTempLeft | string |
None. |
|
| vibLeft | string |
None. |
|
| N1Right | string |
None. |
|
| N2Right | string |
None. |
|
| EGTRight | string |
None. |
|
| FuelFlowRight | string |
None. |
|
| oilPressRight | string |
None. |
|
| oilTempRight | string |
None. |
|
| vibRight | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"strUnique": "sample string 2",
"tailNumber": "sample string 3",
"fltNumber": "sample string 4",
"strFrom": "sample string 5",
"strTo": "sample string 6",
"journeyLogNo": "sample string 7",
"dateUTC": "sample string 8",
"timeUTC": "sample string 9",
"packLeft": "sample string 10",
"packRight": "sample string 11",
"isolValve": "sample string 12",
"bleedLeft": "sample string 13",
"bleedRight": "sample string 14",
"ductLeft": "sample string 15",
"ductRight": "sample string 16",
"mach": "sample string 17",
"altitude": "sample string 18",
"tat": "sample string 19",
"weight": "sample string 20",
"N1Left": "sample string 21",
"N2Left": "sample string 22",
"EGTLeft": "sample string 23",
"FuelFlowLeft": "sample string 24",
"oilPressLeft": "sample string 25",
"oilTempLeft": "sample string 26",
"vibLeft": "sample string 27",
"N1Right": "sample string 28",
"N2Right": "sample string 29",
"EGTRight": "sample string 30",
"FuelFlowRight": "sample string 31",
"oilPressRight": "sample string 32",
"oilTempRight": "sample string 33",
"vibRight": "sample string 34"
}
application/xml, text/xml
Sample:
<performanceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFBwebservice.Models"> <EGTLeft>sample string 23</EGTLeft> <EGTRight>sample string 30</EGTRight> <FuelFlowLeft>sample string 24</FuelFlowLeft> <FuelFlowRight>sample string 31</FuelFlowRight> <Id>1</Id> <N1Left>sample string 21</N1Left> <N1Right>sample string 28</N1Right> <N2Left>sample string 22</N2Left> <N2Right>sample string 29</N2Right> <altitude>sample string 18</altitude> <bleedLeft>sample string 13</bleedLeft> <bleedRight>sample string 14</bleedRight> <dateUTC>sample string 8</dateUTC> <ductLeft>sample string 15</ductLeft> <ductRight>sample string 16</ductRight> <fltNumber>sample string 4</fltNumber> <isolValve>sample string 12</isolValve> <journeyLogNo>sample string 7</journeyLogNo> <mach>sample string 17</mach> <oilPressLeft>sample string 25</oilPressLeft> <oilPressRight>sample string 32</oilPressRight> <oilTempLeft>sample string 26</oilTempLeft> <oilTempRight>sample string 33</oilTempRight> <packLeft>sample string 10</packLeft> <packRight>sample string 11</packRight> <strFrom>sample string 5</strFrom> <strTo>sample string 6</strTo> <strUnique>sample string 2</strUnique> <tailNumber>sample string 3</tailNumber> <tat>sample string 19</tat> <timeUTC>sample string 9</timeUTC> <vibLeft>sample string 27</vibLeft> <vibRight>sample string 34</vibRight> <weight>sample string 20</weight> </performanceData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.