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": "0b11eea9-50fc-4341-a265-48bc51733124", "AircraftStateData": { "AircraftId": "d3a4d37b-d817-4b6f-814e-03a522c685f1", "AircraftState": 2, "ValidFrom": "2025-04-27T12:23:30.1259268+02:00", "ValidTo": "2025-04-27T12:23:30.1259268+02:00", "NoticedByPersonId": "564e17d4-71b1-41c3-8846-837eecf65566", "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": "622ff31b-1dc5-40d5-b077-caa8eaa7cc95", "AircraftOwnerPersonId": "161254e3-7bce-4c0f-ac01-e1dffb8a8808", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2025-04-27T12:23:30.1259268+02:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "83c79ce7-4f96-46f8-9681-7729074c953a", "Id": "0b11eea9-50fc-4341-a265-48bc51733124", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"0b11eea9-50fc-4341-a265-48bc51733124","AircraftStateData":{"AircraftId":"d3a4d37b-d817-4b6f-814e-03a522c685f1","AircraftState":2,"ValidFrom":"2025-04-27T12:23:30.1259268+02:00","ValidTo":"2025-04-27T12:23:30.1259268+02:00","NoticedByPersonId":"564e17d4-71b1-41c3-8846-837eecf65566","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":"622ff31b-1dc5-40d5-b077-caa8eaa7cc95","AircraftOwnerPersonId":"161254e3-7bce-4c0f-ac01-e1dffb8a8808","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-04-27T12:23:30.1259268+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"83c79ce7-4f96-46f8-9681-7729074c953a","Id":"0b11eea9-50fc-4341-a265-48bc51733124","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">0b11eea9-50fc-4341-a265-48bc51733124</Id> <AircraftId>0b11eea9-50fc-4341-a265-48bc51733124</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>622ff31b-1dc5-40d5-b077-caa8eaa7cc95</AircraftOwnerClubId> <AircraftOwnerPersonId>161254e3-7bce-4c0f-ac01-e1dffb8a8808</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>d3a4d37b-d817-4b6f-814e-03a522c685f1</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>564e17d4-71b1-41c3-8846-837eecf65566</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2025-04-27T12:23:30.1259268+02:00</ValidFrom> <ValidTo>2025-04-27T12:23:30.1259268+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>83c79ce7-4f96-46f8-9681-7729074c953a</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-04-27T12:23:30.1259268+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": "263e10c6-f842-4447-973c-47469a027d14", "AircraftStateData": { "AircraftId": "beb6ad55-fd56-442a-b918-050b35272390", "AircraftState": 2, "ValidFrom": "2025-04-27T12:23:30.1415488+02:00", "ValidTo": "2025-04-27T12:23:30.1415488+02:00", "NoticedByPersonId": "75a9ce11-2705-41cb-99f0-c8319ce35f15", "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": "10e7d397-06de-4577-9e3d-94294071ff92", "AircraftOwnerPersonId": "f3c68fc9-0639-4c5e-96c3-59e4e9d278fb", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2025-04-27T12:23:30.1415488+02:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "687adaad-609f-40b7-8367-962deff103d8", "Id": "263e10c6-f842-4447-973c-47469a027d14", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"263e10c6-f842-4447-973c-47469a027d14","AircraftStateData":{"AircraftId":"beb6ad55-fd56-442a-b918-050b35272390","AircraftState":2,"ValidFrom":"2025-04-27T12:23:30.1415488+02:00","ValidTo":"2025-04-27T12:23:30.1415488+02:00","NoticedByPersonId":"75a9ce11-2705-41cb-99f0-c8319ce35f15","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":"10e7d397-06de-4577-9e3d-94294071ff92","AircraftOwnerPersonId":"f3c68fc9-0639-4c5e-96c3-59e4e9d278fb","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-04-27T12:23:30.1415488+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"687adaad-609f-40b7-8367-962deff103d8","Id":"263e10c6-f842-4447-973c-47469a027d14","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">263e10c6-f842-4447-973c-47469a027d14</Id> <AircraftId>263e10c6-f842-4447-973c-47469a027d14</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>10e7d397-06de-4577-9e3d-94294071ff92</AircraftOwnerClubId> <AircraftOwnerPersonId>f3c68fc9-0639-4c5e-96c3-59e4e9d278fb</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>beb6ad55-fd56-442a-b918-050b35272390</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>75a9ce11-2705-41cb-99f0-c8319ce35f15</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2025-04-27T12:23:30.1415488+02:00</ValidFrom> <ValidTo>2025-04-27T12:23:30.1415488+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>687adaad-609f-40b7-8367-962deff103d8</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-04-27T12:23:30.1415488+02:00</YearOfManufacture> </AircraftDetails>