GET api/v1/flighttypes/towing
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FlightTypeOverview| Name | Description | Type | Additional information |
|---|---|---|---|
| FlightTypeId | globally unique identifier |
None. |
|
| FlightCode | string |
None. |
|
| FlightTypeName | string |
None. |
|
| InstructorRequired | boolean |
None. |
|
| ObserverPilotOrInstructorRequired | boolean |
None. |
|
| IsCheckFlight | boolean |
None. |
|
| IsPassengerFlight | boolean |
None. |
|
| IsForGliderFlights | boolean |
None. |
|
| IsForTowFlights | boolean |
None. |
|
| IsForMotorFlights | boolean |
None. |
|
| IsFlightCostBalanceSelectable | boolean |
None. |
|
| IsSoloFlight | boolean |
None. |
|
| IsCouponNumberRequired | boolean |
None. |
|
| MinNrOfAircraftSeatsRequired | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FlightTypeId": "b0d8ba14-954c-40c2-8ac4-0ff729499067",
"FlightCode": "sample string 2",
"FlightTypeName": "sample string 3",
"InstructorRequired": true,
"ObserverPilotOrInstructorRequired": true,
"IsCheckFlight": true,
"IsPassengerFlight": true,
"IsForGliderFlights": true,
"IsForTowFlights": true,
"IsForMotorFlights": true,
"IsFlightCostBalanceSelectable": true,
"IsSoloFlight": true,
"IsCouponNumberRequired": true,
"MinNrOfAircraftSeatsRequired": 14,
"Id": "b0d8ba14-954c-40c2-8ac4-0ff729499067",
"CanUpdateRecord": true,
"CanDeleteRecord": true
},
{
"FlightTypeId": "b0d8ba14-954c-40c2-8ac4-0ff729499067",
"FlightCode": "sample string 2",
"FlightTypeName": "sample string 3",
"InstructorRequired": true,
"ObserverPilotOrInstructorRequired": true,
"IsCheckFlight": true,
"IsPassengerFlight": true,
"IsForGliderFlights": true,
"IsForTowFlights": true,
"IsForMotorFlights": true,
"IsFlightCostBalanceSelectable": true,
"IsSoloFlight": true,
"IsCouponNumberRequired": true,
"MinNrOfAircraftSeatsRequired": 14,
"Id": "b0d8ba14-954c-40c2-8ac4-0ff729499067",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
]
text/html
Sample:
[{"FlightTypeId":"b0d8ba14-954c-40c2-8ac4-0ff729499067","FlightCode":"sample string 2","FlightTypeName":"sample string 3","InstructorRequired":true,"ObserverPilotOrInstructorRequired":true,"IsCheckFlight":true,"IsPassengerFlight":true,"IsForGliderFlights":true,"IsForTowFlights":true,"IsForMotorFlights":true,"IsFlightCostBalanceSelectable":true,"IsSoloFlight":true,"IsCouponNumberRequired":true,"MinNrOfAircraftSeatsRequired":14,"Id":"b0d8ba14-954c-40c2-8ac4-0ff729499067","CanUpdateRecord":true,"CanDeleteRecord":true},{"FlightTypeId":"b0d8ba14-954c-40c2-8ac4-0ff729499067","FlightCode":"sample string 2","FlightTypeName":"sample string 3","InstructorRequired":true,"ObserverPilotOrInstructorRequired":true,"IsCheckFlight":true,"IsPassengerFlight":true,"IsForGliderFlights":true,"IsForTowFlights":true,"IsForMotorFlights":true,"IsFlightCostBalanceSelectable":true,"IsSoloFlight":true,"IsCouponNumberRequired":true,"MinNrOfAircraftSeatsRequired":14,"Id":"b0d8ba14-954c-40c2-8ac4-0ff729499067","CanUpdateRecord":true,"CanDeleteRecord":true}]
application/xml, text/xml
Sample:
<ArrayOfFlightTypeOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Club">
<FlightTypeOverview>
<CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
<CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
<Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">b0d8ba14-954c-40c2-8ac4-0ff729499067</Id>
<FlightCode>sample string 2</FlightCode>
<FlightTypeId>b0d8ba14-954c-40c2-8ac4-0ff729499067</FlightTypeId>
<FlightTypeName>sample string 3</FlightTypeName>
<InstructorRequired>true</InstructorRequired>
<IsCheckFlight>true</IsCheckFlight>
<IsCouponNumberRequired>true</IsCouponNumberRequired>
<IsFlightCostBalanceSelectable>true</IsFlightCostBalanceSelectable>
<IsForGliderFlights>true</IsForGliderFlights>
<IsForMotorFlights>true</IsForMotorFlights>
<IsForTowFlights>true</IsForTowFlights>
<IsPassengerFlight>true</IsPassengerFlight>
<IsSoloFlight>true</IsSoloFlight>
<MinNrOfAircraftSeatsRequired>14</MinNrOfAircraftSeatsRequired>
<ObserverPilotOrInstructorRequired>true</ObserverPilotOrInstructorRequired>
</FlightTypeOverview>
<FlightTypeOverview>
<CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
<CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
<Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">b0d8ba14-954c-40c2-8ac4-0ff729499067</Id>
<FlightCode>sample string 2</FlightCode>
<FlightTypeId>b0d8ba14-954c-40c2-8ac4-0ff729499067</FlightTypeId>
<FlightTypeName>sample string 3</FlightTypeName>
<InstructorRequired>true</InstructorRequired>
<IsCheckFlight>true</IsCheckFlight>
<IsCouponNumberRequired>true</IsCouponNumberRequired>
<IsFlightCostBalanceSelectable>true</IsFlightCostBalanceSelectable>
<IsForGliderFlights>true</IsForGliderFlights>
<IsForMotorFlights>true</IsForMotorFlights>
<IsForTowFlights>true</IsForTowFlights>
<IsPassengerFlight>true</IsPassengerFlight>
<IsSoloFlight>true</IsSoloFlight>
<MinNrOfAircraftSeatsRequired>14</MinNrOfAircraftSeatsRequired>
<ObserverPilotOrInstructorRequired>true</ObserverPilotOrInstructorRequired>
</FlightTypeOverview>
</ArrayOfFlightTypeOverview>