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": "60780b29-a038-400a-bf59-53c48edf8754",
"AircraftStateData": {
"AircraftId": "ed4da5ac-730c-48ba-b82c-1222313c1249",
"AircraftState": 2,
"ValidFrom": "2025-12-13T10:09:48.2931255+01:00",
"ValidTo": "2025-12-13T10:09:48.2931255+01:00",
"NoticedByPersonId": "07c9ac55-4538-47e4-b0e5-de4d41c9d6e7",
"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": "39129f67-b56a-418b-9071-774b946a7b4b",
"AircraftOwnerPersonId": "3ec9d0eb-b035-4510-9bee-81744fbfd6ed",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2025-12-13T10:09:48.2931255+01:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "9d01ddec-b9ed-42d5-a03d-6c8936830e62",
"Id": "60780b29-a038-400a-bf59-53c48edf8754",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"60780b29-a038-400a-bf59-53c48edf8754","AircraftStateData":{"AircraftId":"ed4da5ac-730c-48ba-b82c-1222313c1249","AircraftState":2,"ValidFrom":"2025-12-13T10:09:48.2931255+01:00","ValidTo":"2025-12-13T10:09:48.2931255+01:00","NoticedByPersonId":"07c9ac55-4538-47e4-b0e5-de4d41c9d6e7","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":"39129f67-b56a-418b-9071-774b946a7b4b","AircraftOwnerPersonId":"3ec9d0eb-b035-4510-9bee-81744fbfd6ed","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-12-13T10:09:48.2931255+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"9d01ddec-b9ed-42d5-a03d-6c8936830e62","Id":"60780b29-a038-400a-bf59-53c48edf8754","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">60780b29-a038-400a-bf59-53c48edf8754</Id>
<AircraftId>60780b29-a038-400a-bf59-53c48edf8754</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>39129f67-b56a-418b-9071-774b946a7b4b</AircraftOwnerClubId>
<AircraftOwnerPersonId>3ec9d0eb-b035-4510-9bee-81744fbfd6ed</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>ed4da5ac-730c-48ba-b82c-1222313c1249</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>07c9ac55-4538-47e4-b0e5-de4d41c9d6e7</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2025-12-13T10:09:48.2931255+01:00</ValidFrom>
<ValidTo>2025-12-13T10:09:48.2931255+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>9d01ddec-b9ed-42d5-a03d-6c8936830e62</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-12-13T10:09:48.2931255+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": "c495529d-9dd1-4eda-af31-1affc129c950",
"AircraftStateData": {
"AircraftId": "df8c887f-73aa-4d43-a4e4-9269999b17ba",
"AircraftState": 2,
"ValidFrom": "2025-12-13T10:09:48.2931255+01:00",
"ValidTo": "2025-12-13T10:09:48.2931255+01:00",
"NoticedByPersonId": "df3c7595-a165-48ba-9fb0-02054b6f4390",
"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": "9c6b29a1-1e3f-4234-a6d7-615af2bb9a52",
"AircraftOwnerPersonId": "753f541e-b745-46e7-8daa-d541017d18ba",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2025-12-13T10:09:48.2931255+01:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "f3cca642-84a9-4058-aaf4-bdd488491ec4",
"Id": "c495529d-9dd1-4eda-af31-1affc129c950",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"c495529d-9dd1-4eda-af31-1affc129c950","AircraftStateData":{"AircraftId":"df8c887f-73aa-4d43-a4e4-9269999b17ba","AircraftState":2,"ValidFrom":"2025-12-13T10:09:48.2931255+01:00","ValidTo":"2025-12-13T10:09:48.2931255+01:00","NoticedByPersonId":"df3c7595-a165-48ba-9fb0-02054b6f4390","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":"9c6b29a1-1e3f-4234-a6d7-615af2bb9a52","AircraftOwnerPersonId":"753f541e-b745-46e7-8daa-d541017d18ba","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-12-13T10:09:48.2931255+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"f3cca642-84a9-4058-aaf4-bdd488491ec4","Id":"c495529d-9dd1-4eda-af31-1affc129c950","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">c495529d-9dd1-4eda-af31-1affc129c950</Id>
<AircraftId>c495529d-9dd1-4eda-af31-1affc129c950</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>9c6b29a1-1e3f-4234-a6d7-615af2bb9a52</AircraftOwnerClubId>
<AircraftOwnerPersonId>753f541e-b745-46e7-8daa-d541017d18ba</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>df8c887f-73aa-4d43-a4e4-9269999b17ba</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>df3c7595-a165-48ba-9fb0-02054b6f4390</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2025-12-13T10:09:48.2931255+01:00</ValidFrom>
<ValidTo>2025-12-13T10:09:48.2931255+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>f3cca642-84a9-4058-aaf4-bdd488491ec4</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-12-13T10:09:48.2931255+01:00</YearOfManufacture>
</AircraftDetails>