PUT api/v1/aircrafts/{aircraftId}
Updates the specified aircraft.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aircraftId |
The aircraft identifier. |
globally unique identifier |
Required |
Body Parameters
The aircraft details.
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. |
|
| Cost | decimal number |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Request Formats
application/json, text/json
{
"AircraftId": "fbde9ec3-987a-4144-b255-79e131712d59",
"AircraftStateData": {
"AircraftId": "b2f953b7-c1da-4e28-a6aa-0115762d4576",
"AircraftState": 2,
"ValidFrom": "2026-03-04T15:26:58.6896449+01:00",
"ValidTo": "2026-03-04T15:26:58.6896449+01:00",
"NoticedByPersonId": "3a98adef-0126-4436-a34c-50e9ccff1d6f",
"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": "16def99b-f42e-41ab-8a3c-eee9129bc47d",
"AircraftOwnerPersonId": "63a2236a-d3d5-4065-8f0a-36db99a4154a",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-03-04T15:26:58.6896449+01:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "6e51f9eb-87d4-4e74-b382-81bfdd1538d3",
"Cost": 17.0,
"Id": "fbde9ec3-987a-4144-b255-79e131712d59",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"fbde9ec3-987a-4144-b255-79e131712d59","AircraftStateData":{"AircraftId":"b2f953b7-c1da-4e28-a6aa-0115762d4576","AircraftState":2,"ValidFrom":"2026-03-04T15:26:58.6896449+01:00","ValidTo":"2026-03-04T15:26:58.6896449+01:00","NoticedByPersonId":"3a98adef-0126-4436-a34c-50e9ccff1d6f","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":"16def99b-f42e-41ab-8a3c-eee9129bc47d","AircraftOwnerPersonId":"63a2236a-d3d5-4065-8f0a-36db99a4154a","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-03-04T15:26:58.6896449+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"6e51f9eb-87d4-4e74-b382-81bfdd1538d3","Cost":17.0,"Id":"fbde9ec3-987a-4144-b255-79e131712d59","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">fbde9ec3-987a-4144-b255-79e131712d59</Id>
<AircraftId>fbde9ec3-987a-4144-b255-79e131712d59</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>16def99b-f42e-41ab-8a3c-eee9129bc47d</AircraftOwnerClubId>
<AircraftOwnerPersonId>63a2236a-d3d5-4065-8f0a-36db99a4154a</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>b2f953b7-c1da-4e28-a6aa-0115762d4576</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>3a98adef-0126-4436-a34c-50e9ccff1d6f</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-03-04T15:26:58.6896449+01:00</ValidFrom>
<ValidTo>2026-03-04T15:26:58.6896449+01:00</ValidTo>
</AircraftStateData>
<AircraftType>8</AircraftType>
<Comment>sample string 4</Comment>
<CompetitionSign>sample string 5</CompetitionSign>
<Cost>17</Cost>
<DaecIndex>1</DaecIndex>
<EngineOperatingCounterUnitTypeId>1</EngineOperatingCounterUnitTypeId>
<FLARMId>sample string 6</FLARMId>
<FlightOperatingCounterUnitTypeId>1</FlightOperatingCounterUnitTypeId>
<HasEngine>true</HasEngine>
<HomebaseId>6e51f9eb-87d4-4e74-b382-81bfdd1538d3</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-03-04T15:26:58.6896449+01:00</YearOfManufacture>
</AircraftDetails>
application/x-www-form-urlencoded
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. |
|
| Cost | decimal number |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
{
"AircraftId": "0e471d27-e7cd-4d35-a485-b2ccb00b4b39",
"AircraftStateData": {
"AircraftId": "a0ba487d-edff-46df-aeb1-a24a5460d74f",
"AircraftState": 2,
"ValidFrom": "2026-03-04T15:26:58.6896449+01:00",
"ValidTo": "2026-03-04T15:26:58.6896449+01:00",
"NoticedByPersonId": "47fa8be1-8d48-41d7-aa98-1702671c0b9e",
"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": "3904738c-9ef7-45ef-b686-ff9b6deb66a3",
"AircraftOwnerPersonId": "679409a7-ff0c-4f89-a3b0-3d2a36002383",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-03-04T15:26:58.6896449+01:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "6f1539e1-8b39-43b1-9a50-50ae2eccbd24",
"Cost": 17.0,
"Id": "0e471d27-e7cd-4d35-a485-b2ccb00b4b39",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"0e471d27-e7cd-4d35-a485-b2ccb00b4b39","AircraftStateData":{"AircraftId":"a0ba487d-edff-46df-aeb1-a24a5460d74f","AircraftState":2,"ValidFrom":"2026-03-04T15:26:58.6896449+01:00","ValidTo":"2026-03-04T15:26:58.6896449+01:00","NoticedByPersonId":"47fa8be1-8d48-41d7-aa98-1702671c0b9e","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":"3904738c-9ef7-45ef-b686-ff9b6deb66a3","AircraftOwnerPersonId":"679409a7-ff0c-4f89-a3b0-3d2a36002383","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-03-04T15:26:58.6896449+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"6f1539e1-8b39-43b1-9a50-50ae2eccbd24","Cost":17.0,"Id":"0e471d27-e7cd-4d35-a485-b2ccb00b4b39","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">0e471d27-e7cd-4d35-a485-b2ccb00b4b39</Id>
<AircraftId>0e471d27-e7cd-4d35-a485-b2ccb00b4b39</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>3904738c-9ef7-45ef-b686-ff9b6deb66a3</AircraftOwnerClubId>
<AircraftOwnerPersonId>679409a7-ff0c-4f89-a3b0-3d2a36002383</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>a0ba487d-edff-46df-aeb1-a24a5460d74f</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>47fa8be1-8d48-41d7-aa98-1702671c0b9e</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-03-04T15:26:58.6896449+01:00</ValidFrom>
<ValidTo>2026-03-04T15:26:58.6896449+01:00</ValidTo>
</AircraftStateData>
<AircraftType>8</AircraftType>
<Comment>sample string 4</Comment>
<CompetitionSign>sample string 5</CompetitionSign>
<Cost>17</Cost>
<DaecIndex>1</DaecIndex>
<EngineOperatingCounterUnitTypeId>1</EngineOperatingCounterUnitTypeId>
<FLARMId>sample string 6</FLARMId>
<FlightOperatingCounterUnitTypeId>1</FlightOperatingCounterUnitTypeId>
<HasEngine>true</HasEngine>
<HomebaseId>6f1539e1-8b39-43b1-9a50-50ae2eccbd24</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-03-04T15:26:58.6896449+01:00</YearOfManufacture>
</AircraftDetails>