POST api/Airline/Search?includeFlights={includeFlights}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| searchcall | No documentation available. |
Define this parameter in the request body. |
| includeFlights | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"PageSize": 1,
"From": 2,
"Parameter": {
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"AviationCode": "sample string 4",
"IsLocal": true,
"Carrier": true,
"TicketFormat": "sample string 5",
"AirlineSisId": "sample string 6",
"ShortName": "sample string 7",
"NameAndCode": "sample string 2 (sample string 3)",
"ExpectedMinPax": 8,
"ExpectedMaxPax": 9,
"ExpectedMinFlights": 10,
"ExpectedMaxFlights": 11
}
}
application/xml, text/xml
Sample:
<SearchCallOfAirlineModel6kBvQtah xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stardust">
<From>2</From>
<PageSize>1</PageSize>
<Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/AviationData.Logic.Models">
<d2p1:AirlineSisId>sample string 6</d2p1:AirlineSisId>
<d2p1:AviationCode>sample string 4</d2p1:AviationCode>
<d2p1:Carrier>true</d2p1:Carrier>
<d2p1:Code>sample string 3</d2p1:Code>
<d2p1:ExpectedMaxFlights>11</d2p1:ExpectedMaxFlights>
<d2p1:ExpectedMaxPax>9</d2p1:ExpectedMaxPax>
<d2p1:ExpectedMinFlights>10</d2p1:ExpectedMinFlights>
<d2p1:ExpectedMinPax>8</d2p1:ExpectedMinPax>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsLocal>true</d2p1:IsLocal>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ShortName>sample string 7</d2p1:ShortName>
<d2p1:TicketFormat>sample string 5</d2p1:TicketFormat>
</Parameter>
</SearchCallOfAirlineModel6kBvQtah>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.