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": "b34f4ad0-d7c3-4e74-8ab0-5dd3275f5d4c",
"AircraftStateData": {
"AircraftId": "6916c70a-b755-4265-bc41-2f3502ea1bec",
"AircraftState": 2,
"ValidFrom": "2025-10-26T01:32:50.6968008+02:00",
"ValidTo": "2025-10-26T01:32:50.6968008+02:00",
"NoticedByPersonId": "bf98e192-73d6-4d56-92be-283a3fe6e86c",
"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": "6323a368-7bf9-4e66-a2ff-3c8ad3c11fc3",
"AircraftOwnerPersonId": "cda7af1c-c20a-4356-9142-9897c9c5c05c",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2025-10-26T01:32:50.6968008+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "054e45d4-def1-4d0c-958d-b2986e2d4a77",
"Cost": 17.0,
"Id": "b34f4ad0-d7c3-4e74-8ab0-5dd3275f5d4c",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"b34f4ad0-d7c3-4e74-8ab0-5dd3275f5d4c","AircraftStateData":{"AircraftId":"6916c70a-b755-4265-bc41-2f3502ea1bec","AircraftState":2,"ValidFrom":"2025-10-26T01:32:50.6968008+02:00","ValidTo":"2025-10-26T01:32:50.6968008+02:00","NoticedByPersonId":"bf98e192-73d6-4d56-92be-283a3fe6e86c","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":"6323a368-7bf9-4e66-a2ff-3c8ad3c11fc3","AircraftOwnerPersonId":"cda7af1c-c20a-4356-9142-9897c9c5c05c","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-10-26T01:32:50.6968008+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"054e45d4-def1-4d0c-958d-b2986e2d4a77","Cost":17.0,"Id":"b34f4ad0-d7c3-4e74-8ab0-5dd3275f5d4c","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">b34f4ad0-d7c3-4e74-8ab0-5dd3275f5d4c</Id>
<AircraftId>b34f4ad0-d7c3-4e74-8ab0-5dd3275f5d4c</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>6323a368-7bf9-4e66-a2ff-3c8ad3c11fc3</AircraftOwnerClubId>
<AircraftOwnerPersonId>cda7af1c-c20a-4356-9142-9897c9c5c05c</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>6916c70a-b755-4265-bc41-2f3502ea1bec</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>bf98e192-73d6-4d56-92be-283a3fe6e86c</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2025-10-26T01:32:50.6968008+02:00</ValidFrom>
<ValidTo>2025-10-26T01:32:50.6968008+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>054e45d4-def1-4d0c-958d-b2986e2d4a77</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>2025-10-26T01:32:50.6968008+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": "207b6623-b5e3-4071-acac-a351457848e3",
"AircraftStateData": {
"AircraftId": "8bb184c6-a508-4bef-99ca-684c638dd981",
"AircraftState": 2,
"ValidFrom": "2025-10-26T01:32:50.6978012+02:00",
"ValidTo": "2025-10-26T01:32:50.6978012+02:00",
"NoticedByPersonId": "27d886bc-e5c0-42ef-9127-b7ed7cdadd50",
"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": "6f3e8508-ed54-4fbf-97fb-91f7eed0e5cd",
"AircraftOwnerPersonId": "3d8867bd-810a-4c86-a621-af1a5a9760bb",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2025-10-26T01:32:50.6978012+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "b835333f-3fd8-49d2-a4eb-12147767e89d",
"Cost": 17.0,
"Id": "207b6623-b5e3-4071-acac-a351457848e3",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"207b6623-b5e3-4071-acac-a351457848e3","AircraftStateData":{"AircraftId":"8bb184c6-a508-4bef-99ca-684c638dd981","AircraftState":2,"ValidFrom":"2025-10-26T01:32:50.6978012+02:00","ValidTo":"2025-10-26T01:32:50.6978012+02:00","NoticedByPersonId":"27d886bc-e5c0-42ef-9127-b7ed7cdadd50","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":"6f3e8508-ed54-4fbf-97fb-91f7eed0e5cd","AircraftOwnerPersonId":"3d8867bd-810a-4c86-a621-af1a5a9760bb","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-10-26T01:32:50.6978012+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"b835333f-3fd8-49d2-a4eb-12147767e89d","Cost":17.0,"Id":"207b6623-b5e3-4071-acac-a351457848e3","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">207b6623-b5e3-4071-acac-a351457848e3</Id>
<AircraftId>207b6623-b5e3-4071-acac-a351457848e3</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>6f3e8508-ed54-4fbf-97fb-91f7eed0e5cd</AircraftOwnerClubId>
<AircraftOwnerPersonId>3d8867bd-810a-4c86-a621-af1a5a9760bb</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>8bb184c6-a508-4bef-99ca-684c638dd981</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>27d886bc-e5c0-42ef-9127-b7ed7cdadd50</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2025-10-26T01:32:50.6978012+02:00</ValidFrom>
<ValidTo>2025-10-26T01:32:50.6978012+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>b835333f-3fd8-49d2-a4eb-12147767e89d</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>2025-10-26T01:32:50.6978012+02:00</YearOfManufacture>
</AircraftDetails>