POST api/v1/aircrafts
Inserts the specified aircraft.
Request Information
URI Parameters
None.
Body Parameters
The aircraft details.
AircraftDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| AircraftId | globally unique identifier |
None. |
|
| AircraftStateData | AircraftStateData |
None. |
|
| ManufacturerName | string |
String length: inclusive between 0 and 100 |
|
| AircraftModel | string |
String length: inclusive between 0 and 50 |
|
| Comment | string |
String length: inclusive between 0 and 250 |
|
| CompetitionSign | string |
String length: inclusive between 0 and 5 |
|
| DaecIndex | integer |
None. |
|
| FLARMId | string |
String length: inclusive between 0 and 50 |
|
| Immatriculation | string |
Required String length: inclusive between 0 and 15 |
|
| AircraftType | integer |
None. |
|
| IsTowingAircraft | boolean |
None. |
|
| IsTowingOrWinchRequired | boolean |
None. |
|
| IsTowingstartAllowed | boolean |
None. |
|
| IsWinchstartAllowed | boolean |
None. |
|
| NrOfSeats | integer |
None. |
|
| AircraftOwnerClubId | globally unique identifier |
None. |
|
| AircraftOwnerPersonId | globally unique identifier |
None. |
|
| AircraftSerialNumber | string |
String length: inclusive between 0 and 20 |
|
| YearOfManufacture | date |
None. |
|
| NoiseClass | string |
String length: inclusive between 0 and 1 |
|
| NoiseLevel | decimal number |
None. |
|
| MTOM | integer |
None. |
|
| FlightOperatingCounterUnitTypeId | integer |
None. |
|
| EngineOperatingCounterUnitTypeId | integer |
None. |
|
| HasEngine | boolean |
None. |
|
| SpotLink | string |
String length: inclusive between 0 and 250 |
|
| HomebaseId | globally unique identifier |
None. |
|
| Cost | decimal number |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Request Formats
application/json, text/json
{
"AircraftId": "5377d6b0-3ac9-498c-a1c3-6549a03eb42d",
"AircraftStateData": {
"AircraftId": "50e0166b-f2b5-4859-b1dc-63b7fab9cbe8",
"AircraftState": 2,
"ValidFrom": "2026-07-28T07:10:44.6334501+02:00",
"ValidTo": "2026-07-28T07:10:44.6334501+02:00",
"NoticedByPersonId": "e3329a05-7fff-4b45-aa92-0c81cefb13cf",
"Remarks": "sample string 4"
},
"ManufacturerName": "sample string 2",
"AircraftModel": "sample string 3",
"Comment": "sample string 4",
"CompetitionSign": "sample string 5",
"DaecIndex": 1,
"FLARMId": "sample string 6",
"Immatriculation": "sample string 7",
"AircraftType": 8,
"IsTowingAircraft": true,
"IsTowingOrWinchRequired": true,
"IsTowingstartAllowed": true,
"IsWinchstartAllowed": true,
"NrOfSeats": 1,
"AircraftOwnerClubId": "e4ae9a11-4a67-4e39-a73f-3c3425a17c65",
"AircraftOwnerPersonId": "bff00948-982e-42bd-b5e0-e653a95d1de4",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-07-28T07:10:44.6334501+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "c6647102-771a-4fa7-9798-42f0bbab4bcc",
"Cost": 17.0,
"Id": "5377d6b0-3ac9-498c-a1c3-6549a03eb42d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"5377d6b0-3ac9-498c-a1c3-6549a03eb42d","AircraftStateData":{"AircraftId":"50e0166b-f2b5-4859-b1dc-63b7fab9cbe8","AircraftState":2,"ValidFrom":"2026-07-28T07:10:44.6334501+02:00","ValidTo":"2026-07-28T07:10:44.6334501+02:00","NoticedByPersonId":"e3329a05-7fff-4b45-aa92-0c81cefb13cf","Remarks":"sample string 4"},"ManufacturerName":"sample string 2","AircraftModel":"sample string 3","Comment":"sample string 4","CompetitionSign":"sample string 5","DaecIndex":1,"FLARMId":"sample string 6","Immatriculation":"sample string 7","AircraftType":8,"IsTowingAircraft":true,"IsTowingOrWinchRequired":true,"IsTowingstartAllowed":true,"IsWinchstartAllowed":true,"NrOfSeats":1,"AircraftOwnerClubId":"e4ae9a11-4a67-4e39-a73f-3c3425a17c65","AircraftOwnerPersonId":"bff00948-982e-42bd-b5e0-e653a95d1de4","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-07-28T07:10:44.6334501+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"c6647102-771a-4fa7-9798-42f0bbab4bcc","Cost":17.0,"Id":"5377d6b0-3ac9-498c-a1c3-6549a03eb42d","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
<AircraftDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Aircraft">
<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">5377d6b0-3ac9-498c-a1c3-6549a03eb42d</Id>
<AircraftId>5377d6b0-3ac9-498c-a1c3-6549a03eb42d</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>e4ae9a11-4a67-4e39-a73f-3c3425a17c65</AircraftOwnerClubId>
<AircraftOwnerPersonId>bff00948-982e-42bd-b5e0-e653a95d1de4</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>50e0166b-f2b5-4859-b1dc-63b7fab9cbe8</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>e3329a05-7fff-4b45-aa92-0c81cefb13cf</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-07-28T07:10:44.6334501+02:00</ValidFrom>
<ValidTo>2026-07-28T07:10:44.6334501+02:00</ValidTo>
</AircraftStateData>
<AircraftType>8</AircraftType>
<Comment>sample string 4</Comment>
<CompetitionSign>sample string 5</CompetitionSign>
<Cost>17</Cost>
<DaecIndex>1</DaecIndex>
<EngineOperatingCounterUnitTypeId>1</EngineOperatingCounterUnitTypeId>
<FLARMId>sample string 6</FLARMId>
<FlightOperatingCounterUnitTypeId>1</FlightOperatingCounterUnitTypeId>
<HasEngine>true</HasEngine>
<HomebaseId>c6647102-771a-4fa7-9798-42f0bbab4bcc</HomebaseId>
<Immatriculation>sample string 7</Immatriculation>
<IsTowingAircraft>true</IsTowingAircraft>
<IsTowingOrWinchRequired>true</IsTowingOrWinchRequired>
<IsTowingstartAllowed>true</IsTowingstartAllowed>
<IsWinchstartAllowed>true</IsWinchstartAllowed>
<MTOM>1</MTOM>
<ManufacturerName>sample string 2</ManufacturerName>
<NoiseClass>sample string 14</NoiseClass>
<NoiseLevel>1</NoiseLevel>
<NrOfSeats>1</NrOfSeats>
<SpotLink>sample string 16</SpotLink>
<YearOfManufacture>2026-07-28T07:10:44.6334501+02:00</YearOfManufacture>
</AircraftDetails>
application/x-www-form-urlencoded
Response Information
Resource Description
AircraftDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| AircraftId | globally unique identifier |
None. |
|
| AircraftStateData | AircraftStateData |
None. |
|
| ManufacturerName | string |
String length: inclusive between 0 and 100 |
|
| AircraftModel | string |
String length: inclusive between 0 and 50 |
|
| Comment | string |
String length: inclusive between 0 and 250 |
|
| CompetitionSign | string |
String length: inclusive between 0 and 5 |
|
| DaecIndex | integer |
None. |
|
| FLARMId | string |
String length: inclusive between 0 and 50 |
|
| Immatriculation | string |
Required String length: inclusive between 0 and 15 |
|
| AircraftType | integer |
None. |
|
| IsTowingAircraft | boolean |
None. |
|
| IsTowingOrWinchRequired | boolean |
None. |
|
| IsTowingstartAllowed | boolean |
None. |
|
| IsWinchstartAllowed | boolean |
None. |
|
| NrOfSeats | integer |
None. |
|
| AircraftOwnerClubId | globally unique identifier |
None. |
|
| AircraftOwnerPersonId | globally unique identifier |
None. |
|
| AircraftSerialNumber | string |
String length: inclusive between 0 and 20 |
|
| YearOfManufacture | date |
None. |
|
| NoiseClass | string |
String length: inclusive between 0 and 1 |
|
| NoiseLevel | decimal number |
None. |
|
| MTOM | integer |
None. |
|
| FlightOperatingCounterUnitTypeId | integer |
None. |
|
| EngineOperatingCounterUnitTypeId | integer |
None. |
|
| HasEngine | boolean |
None. |
|
| SpotLink | string |
String length: inclusive between 0 and 250 |
|
| HomebaseId | globally unique identifier |
None. |
|
| Cost | decimal number |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
{
"AircraftId": "b74c7647-c1ab-4b79-9264-28494e44ca67",
"AircraftStateData": {
"AircraftId": "0c2c8330-28f8-406f-a4a6-413adc68b618",
"AircraftState": 2,
"ValidFrom": "2026-07-28T07:10:44.6344441+02:00",
"ValidTo": "2026-07-28T07:10:44.6344441+02:00",
"NoticedByPersonId": "923b6856-11b2-49b6-b93e-0a82c728c283",
"Remarks": "sample string 4"
},
"ManufacturerName": "sample string 2",
"AircraftModel": "sample string 3",
"Comment": "sample string 4",
"CompetitionSign": "sample string 5",
"DaecIndex": 1,
"FLARMId": "sample string 6",
"Immatriculation": "sample string 7",
"AircraftType": 8,
"IsTowingAircraft": true,
"IsTowingOrWinchRequired": true,
"IsTowingstartAllowed": true,
"IsWinchstartAllowed": true,
"NrOfSeats": 1,
"AircraftOwnerClubId": "662fda4a-25af-4ccb-b551-31ce1c26d39d",
"AircraftOwnerPersonId": "17b027d7-006b-4118-84bd-829ef863901e",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-07-28T07:10:44.6344441+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "0db3140d-ef53-47e0-a00e-357f6a33d143",
"Cost": 17.0,
"Id": "b74c7647-c1ab-4b79-9264-28494e44ca67",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"b74c7647-c1ab-4b79-9264-28494e44ca67","AircraftStateData":{"AircraftId":"0c2c8330-28f8-406f-a4a6-413adc68b618","AircraftState":2,"ValidFrom":"2026-07-28T07:10:44.6344441+02:00","ValidTo":"2026-07-28T07:10:44.6344441+02:00","NoticedByPersonId":"923b6856-11b2-49b6-b93e-0a82c728c283","Remarks":"sample string 4"},"ManufacturerName":"sample string 2","AircraftModel":"sample string 3","Comment":"sample string 4","CompetitionSign":"sample string 5","DaecIndex":1,"FLARMId":"sample string 6","Immatriculation":"sample string 7","AircraftType":8,"IsTowingAircraft":true,"IsTowingOrWinchRequired":true,"IsTowingstartAllowed":true,"IsWinchstartAllowed":true,"NrOfSeats":1,"AircraftOwnerClubId":"662fda4a-25af-4ccb-b551-31ce1c26d39d","AircraftOwnerPersonId":"17b027d7-006b-4118-84bd-829ef863901e","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-07-28T07:10:44.6344441+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"0db3140d-ef53-47e0-a00e-357f6a33d143","Cost":17.0,"Id":"b74c7647-c1ab-4b79-9264-28494e44ca67","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
<AircraftDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Aircraft">
<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">b74c7647-c1ab-4b79-9264-28494e44ca67</Id>
<AircraftId>b74c7647-c1ab-4b79-9264-28494e44ca67</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>662fda4a-25af-4ccb-b551-31ce1c26d39d</AircraftOwnerClubId>
<AircraftOwnerPersonId>17b027d7-006b-4118-84bd-829ef863901e</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>0c2c8330-28f8-406f-a4a6-413adc68b618</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>923b6856-11b2-49b6-b93e-0a82c728c283</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-07-28T07:10:44.6344441+02:00</ValidFrom>
<ValidTo>2026-07-28T07:10:44.6344441+02:00</ValidTo>
</AircraftStateData>
<AircraftType>8</AircraftType>
<Comment>sample string 4</Comment>
<CompetitionSign>sample string 5</CompetitionSign>
<Cost>17</Cost>
<DaecIndex>1</DaecIndex>
<EngineOperatingCounterUnitTypeId>1</EngineOperatingCounterUnitTypeId>
<FLARMId>sample string 6</FLARMId>
<FlightOperatingCounterUnitTypeId>1</FlightOperatingCounterUnitTypeId>
<HasEngine>true</HasEngine>
<HomebaseId>0db3140d-ef53-47e0-a00e-357f6a33d143</HomebaseId>
<Immatriculation>sample string 7</Immatriculation>
<IsTowingAircraft>true</IsTowingAircraft>
<IsTowingOrWinchRequired>true</IsTowingOrWinchRequired>
<IsTowingstartAllowed>true</IsTowingstartAllowed>
<IsWinchstartAllowed>true</IsWinchstartAllowed>
<MTOM>1</MTOM>
<ManufacturerName>sample string 2</ManufacturerName>
<NoiseClass>sample string 14</NoiseClass>
<NoiseLevel>1</NoiseLevel>
<NrOfSeats>1</NrOfSeats>
<SpotLink>sample string 16</SpotLink>
<YearOfManufacture>2026-07-28T07:10:44.6344441+02:00</YearOfManufacture>
</AircraftDetails>