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": "7e6f4dcf-8570-4a5f-9ac2-fc268f07ed96",
"AircraftStateData": {
"AircraftId": "375e0c46-d13e-4bb5-9416-049af49b1e09",
"AircraftState": 2,
"ValidFrom": "2026-05-28T13:40:11.354277+02:00",
"ValidTo": "2026-05-28T13:40:11.354277+02:00",
"NoticedByPersonId": "76652054-69a1-4015-b329-46b430f37327",
"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": "815a3652-db94-4a15-9afa-cb796381e93c",
"AircraftOwnerPersonId": "0ab97417-b001-4b5f-98d8-e53d2998051b",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-05-28T13:40:11.354277+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "eac7d54e-3fc8-497c-b1ea-69c30907ebc2",
"Id": "7e6f4dcf-8570-4a5f-9ac2-fc268f07ed96",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"7e6f4dcf-8570-4a5f-9ac2-fc268f07ed96","AircraftStateData":{"AircraftId":"375e0c46-d13e-4bb5-9416-049af49b1e09","AircraftState":2,"ValidFrom":"2026-05-28T13:40:11.354277+02:00","ValidTo":"2026-05-28T13:40:11.354277+02:00","NoticedByPersonId":"76652054-69a1-4015-b329-46b430f37327","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":"815a3652-db94-4a15-9afa-cb796381e93c","AircraftOwnerPersonId":"0ab97417-b001-4b5f-98d8-e53d2998051b","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-05-28T13:40:11.354277+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"eac7d54e-3fc8-497c-b1ea-69c30907ebc2","Id":"7e6f4dcf-8570-4a5f-9ac2-fc268f07ed96","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">7e6f4dcf-8570-4a5f-9ac2-fc268f07ed96</Id>
<AircraftId>7e6f4dcf-8570-4a5f-9ac2-fc268f07ed96</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>815a3652-db94-4a15-9afa-cb796381e93c</AircraftOwnerClubId>
<AircraftOwnerPersonId>0ab97417-b001-4b5f-98d8-e53d2998051b</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>375e0c46-d13e-4bb5-9416-049af49b1e09</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>76652054-69a1-4015-b329-46b430f37327</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-05-28T13:40:11.354277+02:00</ValidFrom>
<ValidTo>2026-05-28T13:40:11.354277+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>eac7d54e-3fc8-497c-b1ea-69c30907ebc2</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-05-28T13:40:11.354277+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": "e39ef5db-2b54-4d67-a190-bab7cc49a1bc",
"AircraftStateData": {
"AircraftId": "7eaabc2e-25c2-4012-b5b6-4c449254ba40",
"AircraftState": 2,
"ValidFrom": "2026-05-28T13:40:11.3699014+02:00",
"ValidTo": "2026-05-28T13:40:11.3699014+02:00",
"NoticedByPersonId": "b690cdc2-6b05-4dfc-93a3-b1df175cd6ec",
"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": "0f30c991-0f2e-447e-9aa6-17521eedf176",
"AircraftOwnerPersonId": "5cbc6155-0dfe-4ce8-a4cf-d975e60ea1c0",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-05-28T13:40:11.3699014+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "eb853b81-9805-477a-be79-e2b4cd5df909",
"Id": "e39ef5db-2b54-4d67-a190-bab7cc49a1bc",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"e39ef5db-2b54-4d67-a190-bab7cc49a1bc","AircraftStateData":{"AircraftId":"7eaabc2e-25c2-4012-b5b6-4c449254ba40","AircraftState":2,"ValidFrom":"2026-05-28T13:40:11.3699014+02:00","ValidTo":"2026-05-28T13:40:11.3699014+02:00","NoticedByPersonId":"b690cdc2-6b05-4dfc-93a3-b1df175cd6ec","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":"0f30c991-0f2e-447e-9aa6-17521eedf176","AircraftOwnerPersonId":"5cbc6155-0dfe-4ce8-a4cf-d975e60ea1c0","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-05-28T13:40:11.3699014+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"eb853b81-9805-477a-be79-e2b4cd5df909","Id":"e39ef5db-2b54-4d67-a190-bab7cc49a1bc","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">e39ef5db-2b54-4d67-a190-bab7cc49a1bc</Id>
<AircraftId>e39ef5db-2b54-4d67-a190-bab7cc49a1bc</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>0f30c991-0f2e-447e-9aa6-17521eedf176</AircraftOwnerClubId>
<AircraftOwnerPersonId>5cbc6155-0dfe-4ce8-a4cf-d975e60ea1c0</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>7eaabc2e-25c2-4012-b5b6-4c449254ba40</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>b690cdc2-6b05-4dfc-93a3-b1df175cd6ec</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-05-28T13:40:11.3699014+02:00</ValidFrom>
<ValidTo>2026-05-28T13:40:11.3699014+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>eb853b81-9805-477a-be79-e2b4cd5df909</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-05-28T13:40:11.3699014+02:00</YearOfManufacture>
</AircraftDetails>