POST api/v1/aircrafts
Request Information
URI Parameters
None.
Body Parameters
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. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Request Formats
application/json, text/json
{
"AircraftId": "880d119b-6680-4e21-9e57-70e3626e14c4",
"AircraftStateData": {
"AircraftId": "f5412310-fda1-468c-a0bc-65256d75abb6",
"AircraftState": 2,
"ValidFrom": "2026-07-12T18:09:57.4413411+02:00",
"ValidTo": "2026-07-12T18:09:57.4413411+02:00",
"NoticedByPersonId": "a2391938-aac8-4c2d-a507-0362180ad19a",
"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": "2dd0580d-c4f4-4ad9-9334-2676719829b2",
"AircraftOwnerPersonId": "e3e1dca8-fc34-414d-a2da-d570e3d03db9",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-07-12T18:09:57.4413411+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "9eb52d6b-7970-4406-8678-4c4191150792",
"Id": "880d119b-6680-4e21-9e57-70e3626e14c4",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"880d119b-6680-4e21-9e57-70e3626e14c4","AircraftStateData":{"AircraftId":"f5412310-fda1-468c-a0bc-65256d75abb6","AircraftState":2,"ValidFrom":"2026-07-12T18:09:57.4413411+02:00","ValidTo":"2026-07-12T18:09:57.4413411+02:00","NoticedByPersonId":"a2391938-aac8-4c2d-a507-0362180ad19a","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":"2dd0580d-c4f4-4ad9-9334-2676719829b2","AircraftOwnerPersonId":"e3e1dca8-fc34-414d-a2da-d570e3d03db9","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-07-12T18:09:57.4413411+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"9eb52d6b-7970-4406-8678-4c4191150792","Id":"880d119b-6680-4e21-9e57-70e3626e14c4","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">880d119b-6680-4e21-9e57-70e3626e14c4</Id>
<AircraftId>880d119b-6680-4e21-9e57-70e3626e14c4</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>2dd0580d-c4f4-4ad9-9334-2676719829b2</AircraftOwnerClubId>
<AircraftOwnerPersonId>e3e1dca8-fc34-414d-a2da-d570e3d03db9</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>f5412310-fda1-468c-a0bc-65256d75abb6</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>a2391938-aac8-4c2d-a507-0362180ad19a</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-07-12T18:09:57.4413411+02:00</ValidFrom>
<ValidTo>2026-07-12T18:09:57.4413411+02:00</ValidTo>
</AircraftStateData>
<AircraftType>8</AircraftType>
<Comment>sample string 4</Comment>
<CompetitionSign>sample string 5</CompetitionSign>
<DaecIndex>1</DaecIndex>
<EngineOperatingCounterUnitTypeId>1</EngineOperatingCounterUnitTypeId>
<FLARMId>sample string 6</FLARMId>
<FlightOperatingCounterUnitTypeId>1</FlightOperatingCounterUnitTypeId>
<HasEngine>true</HasEngine>
<HomebaseId>9eb52d6b-7970-4406-8678-4c4191150792</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-12T18:09:57.4413411+02:00</YearOfManufacture>
</AircraftDetails>
application/x-www-form-urlencoded
Sample not available.
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. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
{
"AircraftId": "8f28bd6f-aec7-4110-9ced-4262090e59de",
"AircraftStateData": {
"AircraftId": "fc68c04b-fbdc-4052-80d8-a43b0f4a2a07",
"AircraftState": 2,
"ValidFrom": "2026-07-12T18:09:57.4725793+02:00",
"ValidTo": "2026-07-12T18:09:57.4725793+02:00",
"NoticedByPersonId": "da73f353-581f-4205-90e5-7548798932de",
"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": "4107e468-a8d4-4243-a07d-736cdd72277a",
"AircraftOwnerPersonId": "dea98b83-985e-4e4b-a662-8cd4e2cb9a64",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-07-12T18:09:57.4725793+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "ae8393a4-5329-4145-b67e-5ad146fd5842",
"Id": "8f28bd6f-aec7-4110-9ced-4262090e59de",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"8f28bd6f-aec7-4110-9ced-4262090e59de","AircraftStateData":{"AircraftId":"fc68c04b-fbdc-4052-80d8-a43b0f4a2a07","AircraftState":2,"ValidFrom":"2026-07-12T18:09:57.4725793+02:00","ValidTo":"2026-07-12T18:09:57.4725793+02:00","NoticedByPersonId":"da73f353-581f-4205-90e5-7548798932de","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":"4107e468-a8d4-4243-a07d-736cdd72277a","AircraftOwnerPersonId":"dea98b83-985e-4e4b-a662-8cd4e2cb9a64","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-07-12T18:09:57.4725793+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"ae8393a4-5329-4145-b67e-5ad146fd5842","Id":"8f28bd6f-aec7-4110-9ced-4262090e59de","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">8f28bd6f-aec7-4110-9ced-4262090e59de</Id>
<AircraftId>8f28bd6f-aec7-4110-9ced-4262090e59de</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>4107e468-a8d4-4243-a07d-736cdd72277a</AircraftOwnerClubId>
<AircraftOwnerPersonId>dea98b83-985e-4e4b-a662-8cd4e2cb9a64</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>fc68c04b-fbdc-4052-80d8-a43b0f4a2a07</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>da73f353-581f-4205-90e5-7548798932de</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-07-12T18:09:57.4725793+02:00</ValidFrom>
<ValidTo>2026-07-12T18:09:57.4725793+02:00</ValidTo>
</AircraftStateData>
<AircraftType>8</AircraftType>
<Comment>sample string 4</Comment>
<CompetitionSign>sample string 5</CompetitionSign>
<DaecIndex>1</DaecIndex>
<EngineOperatingCounterUnitTypeId>1</EngineOperatingCounterUnitTypeId>
<FLARMId>sample string 6</FLARMId>
<FlightOperatingCounterUnitTypeId>1</FlightOperatingCounterUnitTypeId>
<HasEngine>true</HasEngine>
<HomebaseId>ae8393a4-5329-4145-b67e-5ad146fd5842</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-12T18:09:57.4725793+02:00</YearOfManufacture>
</AircraftDetails>