POST api/v1/aircrafts
Request Information
URI Parameters
None.
Body Parameters
AircraftDetailsName | 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": "dc7a66b0-f12a-43b9-9967-b70257ddb461", "AircraftStateData": { "AircraftId": "79555197-0909-42dc-b662-7553b30284f1", "AircraftState": 2, "ValidFrom": "2025-10-14T10:02:56.8471185+02:00", "ValidTo": "2025-10-14T10:02:56.8471185+02:00", "NoticedByPersonId": "d3cae3e6-2d57-4ad5-a7cd-6e4c10eecfc8", "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": "5402922e-437a-499d-aa4e-75e7cecca2c7", "AircraftOwnerPersonId": "8057bc20-9c68-4be5-be33-19ff1864804b", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2025-10-14T10:02:56.8471185+02:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "5736412c-3b6a-4e83-9668-ca6d94629857", "Id": "dc7a66b0-f12a-43b9-9967-b70257ddb461", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"dc7a66b0-f12a-43b9-9967-b70257ddb461","AircraftStateData":{"AircraftId":"79555197-0909-42dc-b662-7553b30284f1","AircraftState":2,"ValidFrom":"2025-10-14T10:02:56.8471185+02:00","ValidTo":"2025-10-14T10:02:56.8471185+02:00","NoticedByPersonId":"d3cae3e6-2d57-4ad5-a7cd-6e4c10eecfc8","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":"5402922e-437a-499d-aa4e-75e7cecca2c7","AircraftOwnerPersonId":"8057bc20-9c68-4be5-be33-19ff1864804b","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-10-14T10:02:56.8471185+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"5736412c-3b6a-4e83-9668-ca6d94629857","Id":"dc7a66b0-f12a-43b9-9967-b70257ddb461","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">dc7a66b0-f12a-43b9-9967-b70257ddb461</Id> <AircraftId>dc7a66b0-f12a-43b9-9967-b70257ddb461</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>5402922e-437a-499d-aa4e-75e7cecca2c7</AircraftOwnerClubId> <AircraftOwnerPersonId>8057bc20-9c68-4be5-be33-19ff1864804b</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>79555197-0909-42dc-b662-7553b30284f1</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>d3cae3e6-2d57-4ad5-a7cd-6e4c10eecfc8</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2025-10-14T10:02:56.8471185+02:00</ValidFrom> <ValidTo>2025-10-14T10:02:56.8471185+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>5736412c-3b6a-4e83-9668-ca6d94629857</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-14T10:02:56.8471185+02:00</YearOfManufacture> </AircraftDetails>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AircraftDetailsName | 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": "ab263a7c-9901-43c0-8b6d-98f99cd56bd3", "AircraftStateData": { "AircraftId": "ee32b36d-35e5-4424-8dcd-68995e82035c", "AircraftState": 2, "ValidFrom": "2025-10-14T10:02:56.8627451+02:00", "ValidTo": "2025-10-14T10:02:56.8627451+02:00", "NoticedByPersonId": "fcaa6c5e-6d91-41ae-9bc2-7156f7ed5f01", "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": "56457ff3-5265-4636-a264-f49a51c73ab0", "AircraftOwnerPersonId": "aba00cfa-803e-4dd8-9a97-6b2506cd7560", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2025-10-14T10:02:56.8627451+02:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "1ce07e35-cb0a-4083-b8b0-6b14756fe4f3", "Id": "ab263a7c-9901-43c0-8b6d-98f99cd56bd3", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"ab263a7c-9901-43c0-8b6d-98f99cd56bd3","AircraftStateData":{"AircraftId":"ee32b36d-35e5-4424-8dcd-68995e82035c","AircraftState":2,"ValidFrom":"2025-10-14T10:02:56.8627451+02:00","ValidTo":"2025-10-14T10:02:56.8627451+02:00","NoticedByPersonId":"fcaa6c5e-6d91-41ae-9bc2-7156f7ed5f01","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":"56457ff3-5265-4636-a264-f49a51c73ab0","AircraftOwnerPersonId":"aba00cfa-803e-4dd8-9a97-6b2506cd7560","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-10-14T10:02:56.8627451+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"1ce07e35-cb0a-4083-b8b0-6b14756fe4f3","Id":"ab263a7c-9901-43c0-8b6d-98f99cd56bd3","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">ab263a7c-9901-43c0-8b6d-98f99cd56bd3</Id> <AircraftId>ab263a7c-9901-43c0-8b6d-98f99cd56bd3</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>56457ff3-5265-4636-a264-f49a51c73ab0</AircraftOwnerClubId> <AircraftOwnerPersonId>aba00cfa-803e-4dd8-9a97-6b2506cd7560</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>ee32b36d-35e5-4424-8dcd-68995e82035c</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>fcaa6c5e-6d91-41ae-9bc2-7156f7ed5f01</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2025-10-14T10:02:56.8627451+02:00</ValidFrom> <ValidTo>2025-10-14T10:02:56.8627451+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>1ce07e35-cb0a-4083-b8b0-6b14756fe4f3</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-14T10:02:56.8627451+02:00</YearOfManufacture> </AircraftDetails>