PUT api/v1/aircrafts/{aircraftId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aircraftId | globally unique identifier |
Required |
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": "c7b45c10-9168-4ee6-a6cf-a755253363ff",
"AircraftStateData": {
"AircraftId": "29f67391-983c-4571-bf2c-ec4319fe87da",
"AircraftState": 2,
"ValidFrom": "2026-07-12T18:13:27.5975792+02:00",
"ValidTo": "2026-07-12T18:13:27.5975792+02:00",
"NoticedByPersonId": "4c0ae8b3-6149-4144-bfce-4ab885d5eee0",
"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": "2adfa552-6dbd-4679-b29a-15c5ebc51e87",
"AircraftOwnerPersonId": "7a3e225e-48ee-4432-ba83-cad33ba4c1a6",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-07-12T18:13:27.5975792+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "26b1153f-7dce-462c-a9bf-4aee7fb33298",
"Id": "c7b45c10-9168-4ee6-a6cf-a755253363ff",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"c7b45c10-9168-4ee6-a6cf-a755253363ff","AircraftStateData":{"AircraftId":"29f67391-983c-4571-bf2c-ec4319fe87da","AircraftState":2,"ValidFrom":"2026-07-12T18:13:27.5975792+02:00","ValidTo":"2026-07-12T18:13:27.5975792+02:00","NoticedByPersonId":"4c0ae8b3-6149-4144-bfce-4ab885d5eee0","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":"2adfa552-6dbd-4679-b29a-15c5ebc51e87","AircraftOwnerPersonId":"7a3e225e-48ee-4432-ba83-cad33ba4c1a6","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-07-12T18:13:27.5975792+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"26b1153f-7dce-462c-a9bf-4aee7fb33298","Id":"c7b45c10-9168-4ee6-a6cf-a755253363ff","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">c7b45c10-9168-4ee6-a6cf-a755253363ff</Id>
<AircraftId>c7b45c10-9168-4ee6-a6cf-a755253363ff</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>2adfa552-6dbd-4679-b29a-15c5ebc51e87</AircraftOwnerClubId>
<AircraftOwnerPersonId>7a3e225e-48ee-4432-ba83-cad33ba4c1a6</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>29f67391-983c-4571-bf2c-ec4319fe87da</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>4c0ae8b3-6149-4144-bfce-4ab885d5eee0</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-07-12T18:13:27.5975792+02:00</ValidFrom>
<ValidTo>2026-07-12T18:13:27.5975792+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>26b1153f-7dce-462c-a9bf-4aee7fb33298</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-07-12T18:13:27.5975792+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": "05c2c8a7-447f-4459-a539-792acb887f47",
"AircraftStateData": {
"AircraftId": "cae1e834-7e10-4ede-8e0e-de2b840786ba",
"AircraftState": 2,
"ValidFrom": "2026-07-12T18:13:27.5975792+02:00",
"ValidTo": "2026-07-12T18:13:27.5975792+02:00",
"NoticedByPersonId": "0e9ffa6f-5345-4780-96c4-1e7de9c0ea60",
"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": "8db2de6d-49ce-4f09-ab14-5595d6abdf78",
"AircraftOwnerPersonId": "ba814f7b-b325-48a2-a921-acdfa3f0e67b",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-07-12T18:13:27.5975792+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "2ed8205c-0260-4ac3-9b94-a986e8a9e698",
"Id": "05c2c8a7-447f-4459-a539-792acb887f47",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"05c2c8a7-447f-4459-a539-792acb887f47","AircraftStateData":{"AircraftId":"cae1e834-7e10-4ede-8e0e-de2b840786ba","AircraftState":2,"ValidFrom":"2026-07-12T18:13:27.5975792+02:00","ValidTo":"2026-07-12T18:13:27.5975792+02:00","NoticedByPersonId":"0e9ffa6f-5345-4780-96c4-1e7de9c0ea60","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":"8db2de6d-49ce-4f09-ab14-5595d6abdf78","AircraftOwnerPersonId":"ba814f7b-b325-48a2-a921-acdfa3f0e67b","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-07-12T18:13:27.5975792+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"2ed8205c-0260-4ac3-9b94-a986e8a9e698","Id":"05c2c8a7-447f-4459-a539-792acb887f47","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">05c2c8a7-447f-4459-a539-792acb887f47</Id>
<AircraftId>05c2c8a7-447f-4459-a539-792acb887f47</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>8db2de6d-49ce-4f09-ab14-5595d6abdf78</AircraftOwnerClubId>
<AircraftOwnerPersonId>ba814f7b-b325-48a2-a921-acdfa3f0e67b</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>cae1e834-7e10-4ede-8e0e-de2b840786ba</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>0e9ffa6f-5345-4780-96c4-1e7de9c0ea60</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-07-12T18:13:27.5975792+02:00</ValidFrom>
<ValidTo>2026-07-12T18:13:27.5975792+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>2ed8205c-0260-4ac3-9b94-a986e8a9e698</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-07-12T18:13:27.5975792+02:00</YearOfManufacture>
</AircraftDetails>