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": "ded56f72-de19-402a-b831-422d1abea8ad",
"AircraftStateData": {
"AircraftId": "e9b1aee0-bfa0-4231-98bd-175d2f707124",
"AircraftState": 2,
"ValidFrom": "2026-03-03T14:08:36.9549093+01:00",
"ValidTo": "2026-03-03T14:08:36.9549093+01:00",
"NoticedByPersonId": "50b0c601-33e0-4ca6-8e06-773747626eee",
"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": "244e2779-47a0-45c5-8f51-5cb135823e0a",
"AircraftOwnerPersonId": "20a934b0-93ad-4c6b-8292-6272def47fbb",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-03-03T14:08:36.9559061+01:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "19e6e4c7-b74e-4dda-9a5f-8307156e14de",
"Cost": 17.0,
"Id": "ded56f72-de19-402a-b831-422d1abea8ad",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"ded56f72-de19-402a-b831-422d1abea8ad","AircraftStateData":{"AircraftId":"e9b1aee0-bfa0-4231-98bd-175d2f707124","AircraftState":2,"ValidFrom":"2026-03-03T14:08:36.9549093+01:00","ValidTo":"2026-03-03T14:08:36.9549093+01:00","NoticedByPersonId":"50b0c601-33e0-4ca6-8e06-773747626eee","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":"244e2779-47a0-45c5-8f51-5cb135823e0a","AircraftOwnerPersonId":"20a934b0-93ad-4c6b-8292-6272def47fbb","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-03-03T14:08:36.9559061+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"19e6e4c7-b74e-4dda-9a5f-8307156e14de","Cost":17.0,"Id":"ded56f72-de19-402a-b831-422d1abea8ad","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">ded56f72-de19-402a-b831-422d1abea8ad</Id>
<AircraftId>ded56f72-de19-402a-b831-422d1abea8ad</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>244e2779-47a0-45c5-8f51-5cb135823e0a</AircraftOwnerClubId>
<AircraftOwnerPersonId>20a934b0-93ad-4c6b-8292-6272def47fbb</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>e9b1aee0-bfa0-4231-98bd-175d2f707124</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>50b0c601-33e0-4ca6-8e06-773747626eee</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-03-03T14:08:36.9549093+01:00</ValidFrom>
<ValidTo>2026-03-03T14:08:36.9549093+01: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>19e6e4c7-b74e-4dda-9a5f-8307156e14de</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-03-03T14:08:36.9559061+01: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": "e537b56b-8d26-481b-8256-94fe944e0cbb",
"AircraftStateData": {
"AircraftId": "adaf3237-71cc-4e14-9ac4-55bf4b51e744",
"AircraftState": 2,
"ValidFrom": "2026-03-03T14:08:36.9779071+01:00",
"ValidTo": "2026-03-03T14:08:36.9779071+01:00",
"NoticedByPersonId": "591fffba-a034-4749-bf16-a81600e1d005",
"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": "86bf61bd-0716-4ffc-84b6-4e865273d2d9",
"AircraftOwnerPersonId": "dbead98e-37eb-4e4a-ade1-1c3290ad77a0",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-03-03T14:08:36.9779071+01:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "e829d3b5-7244-4350-bfa7-0f55f6fdf909",
"Cost": 17.0,
"Id": "e537b56b-8d26-481b-8256-94fe944e0cbb",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"e537b56b-8d26-481b-8256-94fe944e0cbb","AircraftStateData":{"AircraftId":"adaf3237-71cc-4e14-9ac4-55bf4b51e744","AircraftState":2,"ValidFrom":"2026-03-03T14:08:36.9779071+01:00","ValidTo":"2026-03-03T14:08:36.9779071+01:00","NoticedByPersonId":"591fffba-a034-4749-bf16-a81600e1d005","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":"86bf61bd-0716-4ffc-84b6-4e865273d2d9","AircraftOwnerPersonId":"dbead98e-37eb-4e4a-ade1-1c3290ad77a0","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-03-03T14:08:36.9779071+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"e829d3b5-7244-4350-bfa7-0f55f6fdf909","Cost":17.0,"Id":"e537b56b-8d26-481b-8256-94fe944e0cbb","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">e537b56b-8d26-481b-8256-94fe944e0cbb</Id>
<AircraftId>e537b56b-8d26-481b-8256-94fe944e0cbb</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>86bf61bd-0716-4ffc-84b6-4e865273d2d9</AircraftOwnerClubId>
<AircraftOwnerPersonId>dbead98e-37eb-4e4a-ade1-1c3290ad77a0</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>adaf3237-71cc-4e14-9ac4-55bf4b51e744</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>591fffba-a034-4749-bf16-a81600e1d005</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-03-03T14:08:36.9779071+01:00</ValidFrom>
<ValidTo>2026-03-03T14:08:36.9779071+01: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>e829d3b5-7244-4350-bfa7-0f55f6fdf909</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-03-03T14:08:36.9779071+01:00</YearOfManufacture>
</AircraftDetails>