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": "f09e3f67-8bf3-4446-af6f-2aea8bf3ead2",
"AircraftStateData": {
"AircraftId": "b34f6546-22bd-41ee-bad4-2043f5f739e5",
"AircraftState": 2,
"ValidFrom": "2026-08-11T16:40:58.4796868+02:00",
"ValidTo": "2026-08-11T16:40:58.4796868+02:00",
"NoticedByPersonId": "c5ef2b35-3691-4937-addb-3976ae4c25d2",
"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": "73c6a089-c643-4aaa-98a5-ec110af3a8fc",
"AircraftOwnerPersonId": "3ef15a27-02a6-4501-a714-e5cca7f2b8e1",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-08-11T16:40:58.4796868+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "4ee2ee5d-f5f8-4a15-8f2a-c69400bb4bcc",
"Id": "f09e3f67-8bf3-4446-af6f-2aea8bf3ead2",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"f09e3f67-8bf3-4446-af6f-2aea8bf3ead2","AircraftStateData":{"AircraftId":"b34f6546-22bd-41ee-bad4-2043f5f739e5","AircraftState":2,"ValidFrom":"2026-08-11T16:40:58.4796868+02:00","ValidTo":"2026-08-11T16:40:58.4796868+02:00","NoticedByPersonId":"c5ef2b35-3691-4937-addb-3976ae4c25d2","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":"73c6a089-c643-4aaa-98a5-ec110af3a8fc","AircraftOwnerPersonId":"3ef15a27-02a6-4501-a714-e5cca7f2b8e1","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-08-11T16:40:58.4796868+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"4ee2ee5d-f5f8-4a15-8f2a-c69400bb4bcc","Id":"f09e3f67-8bf3-4446-af6f-2aea8bf3ead2","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">f09e3f67-8bf3-4446-af6f-2aea8bf3ead2</Id>
<AircraftId>f09e3f67-8bf3-4446-af6f-2aea8bf3ead2</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>73c6a089-c643-4aaa-98a5-ec110af3a8fc</AircraftOwnerClubId>
<AircraftOwnerPersonId>3ef15a27-02a6-4501-a714-e5cca7f2b8e1</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>b34f6546-22bd-41ee-bad4-2043f5f739e5</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>c5ef2b35-3691-4937-addb-3976ae4c25d2</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-08-11T16:40:58.4796868+02:00</ValidFrom>
<ValidTo>2026-08-11T16:40:58.4796868+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>4ee2ee5d-f5f8-4a15-8f2a-c69400bb4bcc</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-08-11T16:40:58.4796868+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": "e3059de3-9475-46a6-85fd-23be7d818453",
"AircraftStateData": {
"AircraftId": "5f0597d2-7123-4ee3-a02c-7fe81f57ba6e",
"AircraftState": 2,
"ValidFrom": "2026-08-11T16:40:58.4796868+02:00",
"ValidTo": "2026-08-11T16:40:58.4796868+02:00",
"NoticedByPersonId": "42f448ad-390b-4c64-a814-b44204d99e5f",
"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": "bad5d9a5-96a6-4543-a458-7f5725f40762",
"AircraftOwnerPersonId": "7ff2dadc-b043-47fe-babb-d273d2d38452",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-08-11T16:40:58.4796868+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "dc134938-49d0-4af4-8049-c6897edb01a7",
"Id": "e3059de3-9475-46a6-85fd-23be7d818453",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"e3059de3-9475-46a6-85fd-23be7d818453","AircraftStateData":{"AircraftId":"5f0597d2-7123-4ee3-a02c-7fe81f57ba6e","AircraftState":2,"ValidFrom":"2026-08-11T16:40:58.4796868+02:00","ValidTo":"2026-08-11T16:40:58.4796868+02:00","NoticedByPersonId":"42f448ad-390b-4c64-a814-b44204d99e5f","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":"bad5d9a5-96a6-4543-a458-7f5725f40762","AircraftOwnerPersonId":"7ff2dadc-b043-47fe-babb-d273d2d38452","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-08-11T16:40:58.4796868+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"dc134938-49d0-4af4-8049-c6897edb01a7","Id":"e3059de3-9475-46a6-85fd-23be7d818453","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">e3059de3-9475-46a6-85fd-23be7d818453</Id>
<AircraftId>e3059de3-9475-46a6-85fd-23be7d818453</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>bad5d9a5-96a6-4543-a458-7f5725f40762</AircraftOwnerClubId>
<AircraftOwnerPersonId>7ff2dadc-b043-47fe-babb-d273d2d38452</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>5f0597d2-7123-4ee3-a02c-7fe81f57ba6e</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>42f448ad-390b-4c64-a814-b44204d99e5f</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-08-11T16:40:58.4796868+02:00</ValidFrom>
<ValidTo>2026-08-11T16:40:58.4796868+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>dc134938-49d0-4af4-8049-c6897edb01a7</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-08-11T16:40:58.4796868+02:00</YearOfManufacture>
</AircraftDetails>