PUT api/v1/aircrafts/{aircraftId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
aircraftId | globally unique identifier |
Required |
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": "9472c038-3563-48dd-9b68-ca71c1215680", "AircraftStateData": { "AircraftId": "036ed696-b77c-475a-a4f7-9c28d7b7c676", "AircraftState": 2, "ValidFrom": "2025-05-30T04:52:52.1841062+02:00", "ValidTo": "2025-05-30T04:52:52.1841062+02:00", "NoticedByPersonId": "89d863b3-51c2-4239-b5aa-dfc05daf94a1", "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": "14520bc3-4772-422b-9e68-4a4194435b7e", "AircraftOwnerPersonId": "bf6a3a91-2564-4775-84c2-8fcde58b152a", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2025-05-30T04:52:52.1841062+02:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "b9d1af02-6781-4ab5-8228-7701cf360f63", "Id": "9472c038-3563-48dd-9b68-ca71c1215680", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"9472c038-3563-48dd-9b68-ca71c1215680","AircraftStateData":{"AircraftId":"036ed696-b77c-475a-a4f7-9c28d7b7c676","AircraftState":2,"ValidFrom":"2025-05-30T04:52:52.1841062+02:00","ValidTo":"2025-05-30T04:52:52.1841062+02:00","NoticedByPersonId":"89d863b3-51c2-4239-b5aa-dfc05daf94a1","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":"14520bc3-4772-422b-9e68-4a4194435b7e","AircraftOwnerPersonId":"bf6a3a91-2564-4775-84c2-8fcde58b152a","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-05-30T04:52:52.1841062+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"b9d1af02-6781-4ab5-8228-7701cf360f63","Id":"9472c038-3563-48dd-9b68-ca71c1215680","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">9472c038-3563-48dd-9b68-ca71c1215680</Id> <AircraftId>9472c038-3563-48dd-9b68-ca71c1215680</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>14520bc3-4772-422b-9e68-4a4194435b7e</AircraftOwnerClubId> <AircraftOwnerPersonId>bf6a3a91-2564-4775-84c2-8fcde58b152a</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>036ed696-b77c-475a-a4f7-9c28d7b7c676</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>89d863b3-51c2-4239-b5aa-dfc05daf94a1</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2025-05-30T04:52:52.1841062+02:00</ValidFrom> <ValidTo>2025-05-30T04:52:52.1841062+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>b9d1af02-6781-4ab5-8228-7701cf360f63</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-05-30T04:52:52.1841062+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": "3861bb4d-ba6c-4749-a2b4-559ea4c23b70", "AircraftStateData": { "AircraftId": "29993763-2f07-4a74-abfe-94fa072c8be1", "AircraftState": 2, "ValidFrom": "2025-05-30T04:52:52.1841062+02:00", "ValidTo": "2025-05-30T04:52:52.1841062+02:00", "NoticedByPersonId": "30ea91df-0977-4be4-9daa-6f94beece968", "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": "1b1c5475-26b8-4a4c-8503-27e153be2208", "AircraftOwnerPersonId": "ca827769-550b-4129-b87a-304c7f5837fc", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2025-05-30T04:52:52.1841062+02:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "5dbc97a2-1ecf-4b78-b78f-54b1ae773ee8", "Id": "3861bb4d-ba6c-4749-a2b4-559ea4c23b70", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"3861bb4d-ba6c-4749-a2b4-559ea4c23b70","AircraftStateData":{"AircraftId":"29993763-2f07-4a74-abfe-94fa072c8be1","AircraftState":2,"ValidFrom":"2025-05-30T04:52:52.1841062+02:00","ValidTo":"2025-05-30T04:52:52.1841062+02:00","NoticedByPersonId":"30ea91df-0977-4be4-9daa-6f94beece968","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":"1b1c5475-26b8-4a4c-8503-27e153be2208","AircraftOwnerPersonId":"ca827769-550b-4129-b87a-304c7f5837fc","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-05-30T04:52:52.1841062+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"5dbc97a2-1ecf-4b78-b78f-54b1ae773ee8","Id":"3861bb4d-ba6c-4749-a2b4-559ea4c23b70","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">3861bb4d-ba6c-4749-a2b4-559ea4c23b70</Id> <AircraftId>3861bb4d-ba6c-4749-a2b4-559ea4c23b70</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>1b1c5475-26b8-4a4c-8503-27e153be2208</AircraftOwnerClubId> <AircraftOwnerPersonId>ca827769-550b-4129-b87a-304c7f5837fc</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>29993763-2f07-4a74-abfe-94fa072c8be1</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>30ea91df-0977-4be4-9daa-6f94beece968</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2025-05-30T04:52:52.1841062+02:00</ValidFrom> <ValidTo>2025-05-30T04:52:52.1841062+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>5dbc97a2-1ecf-4b78-b78f-54b1ae773ee8</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-05-30T04:52:52.1841062+02:00</YearOfManufacture> </AircraftDetails>