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": "7e7506bb-b12c-47a0-9105-dcff4bfdc7eb",
"AircraftStateData": {
"AircraftId": "e6172ff7-76e4-4946-b3e1-4b5bd18c91e2",
"AircraftState": 2,
"ValidFrom": "2026-04-13T08:42:34.3404925+02:00",
"ValidTo": "2026-04-13T08:42:34.3404925+02:00",
"NoticedByPersonId": "407140f3-aa0d-4d22-89a0-174d4394fe43",
"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": "c7c478f3-cf00-43a9-9f04-fe73b73e5389",
"AircraftOwnerPersonId": "2a2c7890-bde3-45ce-a8c6-e7b76fd3a6c5",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-04-13T08:42:34.3404925+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "14293ef6-f659-4126-91a2-7b7b34ba5b70",
"Id": "7e7506bb-b12c-47a0-9105-dcff4bfdc7eb",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"7e7506bb-b12c-47a0-9105-dcff4bfdc7eb","AircraftStateData":{"AircraftId":"e6172ff7-76e4-4946-b3e1-4b5bd18c91e2","AircraftState":2,"ValidFrom":"2026-04-13T08:42:34.3404925+02:00","ValidTo":"2026-04-13T08:42:34.3404925+02:00","NoticedByPersonId":"407140f3-aa0d-4d22-89a0-174d4394fe43","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":"c7c478f3-cf00-43a9-9f04-fe73b73e5389","AircraftOwnerPersonId":"2a2c7890-bde3-45ce-a8c6-e7b76fd3a6c5","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-04-13T08:42:34.3404925+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"14293ef6-f659-4126-91a2-7b7b34ba5b70","Id":"7e7506bb-b12c-47a0-9105-dcff4bfdc7eb","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">7e7506bb-b12c-47a0-9105-dcff4bfdc7eb</Id>
<AircraftId>7e7506bb-b12c-47a0-9105-dcff4bfdc7eb</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>c7c478f3-cf00-43a9-9f04-fe73b73e5389</AircraftOwnerClubId>
<AircraftOwnerPersonId>2a2c7890-bde3-45ce-a8c6-e7b76fd3a6c5</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>e6172ff7-76e4-4946-b3e1-4b5bd18c91e2</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>407140f3-aa0d-4d22-89a0-174d4394fe43</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-04-13T08:42:34.3404925+02:00</ValidFrom>
<ValidTo>2026-04-13T08:42:34.3404925+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>14293ef6-f659-4126-91a2-7b7b34ba5b70</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-04-13T08:42:34.3404925+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": "5030726a-28a4-4534-9b81-3afebd9e5780",
"AircraftStateData": {
"AircraftId": "90691175-d62a-479b-987e-f1003496c37f",
"AircraftState": 2,
"ValidFrom": "2026-04-13T08:42:34.3560816+02:00",
"ValidTo": "2026-04-13T08:42:34.3560816+02:00",
"NoticedByPersonId": "099ddddd-0ac9-4f2b-aa4d-f31f4403c8ab",
"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": "e048a94f-f0ee-4dcf-83bb-f78bea532019",
"AircraftOwnerPersonId": "dc191aec-e4c7-4815-be88-f3d7e7472cf4",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-04-13T08:42:34.3560816+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "3a7ff9ce-59a2-4023-9bfe-af7c54effbd2",
"Id": "5030726a-28a4-4534-9b81-3afebd9e5780",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"5030726a-28a4-4534-9b81-3afebd9e5780","AircraftStateData":{"AircraftId":"90691175-d62a-479b-987e-f1003496c37f","AircraftState":2,"ValidFrom":"2026-04-13T08:42:34.3560816+02:00","ValidTo":"2026-04-13T08:42:34.3560816+02:00","NoticedByPersonId":"099ddddd-0ac9-4f2b-aa4d-f31f4403c8ab","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":"e048a94f-f0ee-4dcf-83bb-f78bea532019","AircraftOwnerPersonId":"dc191aec-e4c7-4815-be88-f3d7e7472cf4","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-04-13T08:42:34.3560816+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"3a7ff9ce-59a2-4023-9bfe-af7c54effbd2","Id":"5030726a-28a4-4534-9b81-3afebd9e5780","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">5030726a-28a4-4534-9b81-3afebd9e5780</Id>
<AircraftId>5030726a-28a4-4534-9b81-3afebd9e5780</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>e048a94f-f0ee-4dcf-83bb-f78bea532019</AircraftOwnerClubId>
<AircraftOwnerPersonId>dc191aec-e4c7-4815-be88-f3d7e7472cf4</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>90691175-d62a-479b-987e-f1003496c37f</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>099ddddd-0ac9-4f2b-aa4d-f31f4403c8ab</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-04-13T08:42:34.3560816+02:00</ValidFrom>
<ValidTo>2026-04-13T08:42:34.3560816+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>3a7ff9ce-59a2-4023-9bfe-af7c54effbd2</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-04-13T08:42:34.3560816+02:00</YearOfManufacture>
</AircraftDetails>