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": "ad7d622a-c8cd-4a63-8ffa-6e361afaca88",
"AircraftStateData": {
"AircraftId": "a1afbd9f-0950-4b56-8061-f6f8dd048401",
"AircraftState": 2,
"ValidFrom": "2026-02-27T00:02:03.8206892+01:00",
"ValidTo": "2026-02-27T00:02:03.8206892+01:00",
"NoticedByPersonId": "5b531ff1-b62e-4392-af8e-468c2d0e8fad",
"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": "75e3a63a-7668-4e37-b3f8-490f75816574",
"AircraftOwnerPersonId": "9b5c025f-8708-4783-a57f-276e029e059b",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-02-27T00:02:03.8206892+01:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "982a93e3-b65d-44db-9852-26a5f7c70759",
"Id": "ad7d622a-c8cd-4a63-8ffa-6e361afaca88",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"ad7d622a-c8cd-4a63-8ffa-6e361afaca88","AircraftStateData":{"AircraftId":"a1afbd9f-0950-4b56-8061-f6f8dd048401","AircraftState":2,"ValidFrom":"2026-02-27T00:02:03.8206892+01:00","ValidTo":"2026-02-27T00:02:03.8206892+01:00","NoticedByPersonId":"5b531ff1-b62e-4392-af8e-468c2d0e8fad","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":"75e3a63a-7668-4e37-b3f8-490f75816574","AircraftOwnerPersonId":"9b5c025f-8708-4783-a57f-276e029e059b","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-02-27T00:02:03.8206892+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"982a93e3-b65d-44db-9852-26a5f7c70759","Id":"ad7d622a-c8cd-4a63-8ffa-6e361afaca88","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">ad7d622a-c8cd-4a63-8ffa-6e361afaca88</Id>
<AircraftId>ad7d622a-c8cd-4a63-8ffa-6e361afaca88</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>75e3a63a-7668-4e37-b3f8-490f75816574</AircraftOwnerClubId>
<AircraftOwnerPersonId>9b5c025f-8708-4783-a57f-276e029e059b</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>a1afbd9f-0950-4b56-8061-f6f8dd048401</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>5b531ff1-b62e-4392-af8e-468c2d0e8fad</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-02-27T00:02:03.8206892+01:00</ValidFrom>
<ValidTo>2026-02-27T00:02:03.8206892+01: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>982a93e3-b65d-44db-9852-26a5f7c70759</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-02-27T00:02:03.8206892+01: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": "005484c0-bdac-409d-957a-ab07e9a79501",
"AircraftStateData": {
"AircraftId": "624386ba-f3bd-4c0c-9088-dd5ba47083e0",
"AircraftState": 2,
"ValidFrom": "2026-02-27T00:02:03.8363012+01:00",
"ValidTo": "2026-02-27T00:02:03.8363012+01:00",
"NoticedByPersonId": "bfcffa2c-b31a-47ae-a4c0-d6ef7dfba1c9",
"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": "21afbdf5-67e6-48f3-a5fc-15472421b2ba",
"AircraftOwnerPersonId": "b5409763-5e8c-4788-9e67-3b29487b716f",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-02-27T00:02:03.8363012+01:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "6edc2fbc-a537-47d0-850a-caad98855e8a",
"Id": "005484c0-bdac-409d-957a-ab07e9a79501",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"005484c0-bdac-409d-957a-ab07e9a79501","AircraftStateData":{"AircraftId":"624386ba-f3bd-4c0c-9088-dd5ba47083e0","AircraftState":2,"ValidFrom":"2026-02-27T00:02:03.8363012+01:00","ValidTo":"2026-02-27T00:02:03.8363012+01:00","NoticedByPersonId":"bfcffa2c-b31a-47ae-a4c0-d6ef7dfba1c9","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":"21afbdf5-67e6-48f3-a5fc-15472421b2ba","AircraftOwnerPersonId":"b5409763-5e8c-4788-9e67-3b29487b716f","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-02-27T00:02:03.8363012+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"6edc2fbc-a537-47d0-850a-caad98855e8a","Id":"005484c0-bdac-409d-957a-ab07e9a79501","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">005484c0-bdac-409d-957a-ab07e9a79501</Id>
<AircraftId>005484c0-bdac-409d-957a-ab07e9a79501</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>21afbdf5-67e6-48f3-a5fc-15472421b2ba</AircraftOwnerClubId>
<AircraftOwnerPersonId>b5409763-5e8c-4788-9e67-3b29487b716f</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>624386ba-f3bd-4c0c-9088-dd5ba47083e0</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>bfcffa2c-b31a-47ae-a4c0-d6ef7dfba1c9</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-02-27T00:02:03.8363012+01:00</ValidFrom>
<ValidTo>2026-02-27T00:02:03.8363012+01: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>6edc2fbc-a537-47d0-850a-caad98855e8a</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-02-27T00:02:03.8363012+01:00</YearOfManufacture>
</AircraftDetails>