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": "4a1db344-4572-430e-a196-5ddcf6881b9b",
"AircraftStateData": {
"AircraftId": "88c06694-a743-495e-b0a8-c927d1fe863f",
"AircraftState": 2,
"ValidFrom": "2025-10-24T22:52:57.4129457+02:00",
"ValidTo": "2025-10-24T22:52:57.4129457+02:00",
"NoticedByPersonId": "f133d22e-064b-4f01-b8c6-a658d6e99065",
"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": "ce028b1f-d728-4a51-9fcb-3d2ceaf64312",
"AircraftOwnerPersonId": "b4d45737-926b-49a8-adad-23bb4b6ea616",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2025-10-24T22:52:57.4129457+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "23d40f1b-d6ec-4639-adfb-bec7d5e15fd4",
"Cost": 17.0,
"Id": "4a1db344-4572-430e-a196-5ddcf6881b9b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"4a1db344-4572-430e-a196-5ddcf6881b9b","AircraftStateData":{"AircraftId":"88c06694-a743-495e-b0a8-c927d1fe863f","AircraftState":2,"ValidFrom":"2025-10-24T22:52:57.4129457+02:00","ValidTo":"2025-10-24T22:52:57.4129457+02:00","NoticedByPersonId":"f133d22e-064b-4f01-b8c6-a658d6e99065","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":"ce028b1f-d728-4a51-9fcb-3d2ceaf64312","AircraftOwnerPersonId":"b4d45737-926b-49a8-adad-23bb4b6ea616","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-10-24T22:52:57.4129457+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"23d40f1b-d6ec-4639-adfb-bec7d5e15fd4","Cost":17.0,"Id":"4a1db344-4572-430e-a196-5ddcf6881b9b","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">4a1db344-4572-430e-a196-5ddcf6881b9b</Id>
<AircraftId>4a1db344-4572-430e-a196-5ddcf6881b9b</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>ce028b1f-d728-4a51-9fcb-3d2ceaf64312</AircraftOwnerClubId>
<AircraftOwnerPersonId>b4d45737-926b-49a8-adad-23bb4b6ea616</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>88c06694-a743-495e-b0a8-c927d1fe863f</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>f133d22e-064b-4f01-b8c6-a658d6e99065</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2025-10-24T22:52:57.4129457+02:00</ValidFrom>
<ValidTo>2025-10-24T22:52:57.4129457+02: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>23d40f1b-d6ec-4639-adfb-bec7d5e15fd4</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-24T22:52:57.4129457+02: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": "65832a28-d51e-4b12-bdf0-9b3eea4ad84a",
"AircraftStateData": {
"AircraftId": "63aee369-08fe-4c6d-ab6e-c33d90e6b0f3",
"AircraftState": 2,
"ValidFrom": "2025-10-24T22:52:57.4139467+02:00",
"ValidTo": "2025-10-24T22:52:57.4139467+02:00",
"NoticedByPersonId": "99cbece6-8e31-4cc9-84c0-85bc054dc0c5",
"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": "cca0360b-2eaa-49b1-8b28-586d175d2356",
"AircraftOwnerPersonId": "0227ca7b-23cf-45f4-b4ee-9be14a7a8f9c",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2025-10-24T22:52:57.4139467+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "09cfae5a-bebc-4e65-81e7-0d57e16e59e9",
"Cost": 17.0,
"Id": "65832a28-d51e-4b12-bdf0-9b3eea4ad84a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"65832a28-d51e-4b12-bdf0-9b3eea4ad84a","AircraftStateData":{"AircraftId":"63aee369-08fe-4c6d-ab6e-c33d90e6b0f3","AircraftState":2,"ValidFrom":"2025-10-24T22:52:57.4139467+02:00","ValidTo":"2025-10-24T22:52:57.4139467+02:00","NoticedByPersonId":"99cbece6-8e31-4cc9-84c0-85bc054dc0c5","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":"cca0360b-2eaa-49b1-8b28-586d175d2356","AircraftOwnerPersonId":"0227ca7b-23cf-45f4-b4ee-9be14a7a8f9c","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-10-24T22:52:57.4139467+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"09cfae5a-bebc-4e65-81e7-0d57e16e59e9","Cost":17.0,"Id":"65832a28-d51e-4b12-bdf0-9b3eea4ad84a","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">65832a28-d51e-4b12-bdf0-9b3eea4ad84a</Id>
<AircraftId>65832a28-d51e-4b12-bdf0-9b3eea4ad84a</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>cca0360b-2eaa-49b1-8b28-586d175d2356</AircraftOwnerClubId>
<AircraftOwnerPersonId>0227ca7b-23cf-45f4-b4ee-9be14a7a8f9c</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>63aee369-08fe-4c6d-ab6e-c33d90e6b0f3</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>99cbece6-8e31-4cc9-84c0-85bc054dc0c5</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2025-10-24T22:52:57.4139467+02:00</ValidFrom>
<ValidTo>2025-10-24T22:52:57.4139467+02: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>09cfae5a-bebc-4e65-81e7-0d57e16e59e9</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-24T22:52:57.4139467+02:00</YearOfManufacture>
</AircraftDetails>