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": "3f29f7cb-02ad-4fb6-8820-4a7ab8c49c36",
"AircraftStateData": {
"AircraftId": "7e422d83-671e-4639-af51-d97c29929f6a",
"AircraftState": 2,
"ValidFrom": "2025-11-28T12:12:00.0582644+01:00",
"ValidTo": "2025-11-28T12:12:00.0582644+01:00",
"NoticedByPersonId": "197f40fb-97ac-4fc4-ac3e-6ca154a230f7",
"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": "5c964bb5-7817-491b-9b04-90b4b751892b",
"AircraftOwnerPersonId": "8e986d72-9b1a-4452-919f-e6d961870e79",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2025-11-28T12:12:00.0582644+01:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "df79615c-f457-4acb-812a-6f320d465dc9",
"Id": "3f29f7cb-02ad-4fb6-8820-4a7ab8c49c36",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"3f29f7cb-02ad-4fb6-8820-4a7ab8c49c36","AircraftStateData":{"AircraftId":"7e422d83-671e-4639-af51-d97c29929f6a","AircraftState":2,"ValidFrom":"2025-11-28T12:12:00.0582644+01:00","ValidTo":"2025-11-28T12:12:00.0582644+01:00","NoticedByPersonId":"197f40fb-97ac-4fc4-ac3e-6ca154a230f7","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":"5c964bb5-7817-491b-9b04-90b4b751892b","AircraftOwnerPersonId":"8e986d72-9b1a-4452-919f-e6d961870e79","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-11-28T12:12:00.0582644+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"df79615c-f457-4acb-812a-6f320d465dc9","Id":"3f29f7cb-02ad-4fb6-8820-4a7ab8c49c36","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">3f29f7cb-02ad-4fb6-8820-4a7ab8c49c36</Id>
<AircraftId>3f29f7cb-02ad-4fb6-8820-4a7ab8c49c36</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>5c964bb5-7817-491b-9b04-90b4b751892b</AircraftOwnerClubId>
<AircraftOwnerPersonId>8e986d72-9b1a-4452-919f-e6d961870e79</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>7e422d83-671e-4639-af51-d97c29929f6a</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>197f40fb-97ac-4fc4-ac3e-6ca154a230f7</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2025-11-28T12:12:00.0582644+01:00</ValidFrom>
<ValidTo>2025-11-28T12:12:00.0582644+01: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>df79615c-f457-4acb-812a-6f320d465dc9</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-11-28T12:12:00.0582644+01: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": "e6cc484c-fd60-43fb-9b27-36ed50140efe",
"AircraftStateData": {
"AircraftId": "ba425056-6d0b-4f8b-8e3a-d8cdd446e959",
"AircraftState": 2,
"ValidFrom": "2025-11-28T12:12:00.0582644+01:00",
"ValidTo": "2025-11-28T12:12:00.0582644+01:00",
"NoticedByPersonId": "f66fef7d-ed1c-4a96-a595-1c598530b96b",
"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": "ccf1e2c2-30d0-4f4c-b392-b9345ed13cc7",
"AircraftOwnerPersonId": "0d25bc22-7de4-4ebe-a373-9c7b1af44594",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2025-11-28T12:12:00.0582644+01:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "d12b6ffa-6dd5-48d9-b7d3-9161d14eb953",
"Id": "e6cc484c-fd60-43fb-9b27-36ed50140efe",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"e6cc484c-fd60-43fb-9b27-36ed50140efe","AircraftStateData":{"AircraftId":"ba425056-6d0b-4f8b-8e3a-d8cdd446e959","AircraftState":2,"ValidFrom":"2025-11-28T12:12:00.0582644+01:00","ValidTo":"2025-11-28T12:12:00.0582644+01:00","NoticedByPersonId":"f66fef7d-ed1c-4a96-a595-1c598530b96b","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":"ccf1e2c2-30d0-4f4c-b392-b9345ed13cc7","AircraftOwnerPersonId":"0d25bc22-7de4-4ebe-a373-9c7b1af44594","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-11-28T12:12:00.0582644+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"d12b6ffa-6dd5-48d9-b7d3-9161d14eb953","Id":"e6cc484c-fd60-43fb-9b27-36ed50140efe","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">e6cc484c-fd60-43fb-9b27-36ed50140efe</Id>
<AircraftId>e6cc484c-fd60-43fb-9b27-36ed50140efe</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>ccf1e2c2-30d0-4f4c-b392-b9345ed13cc7</AircraftOwnerClubId>
<AircraftOwnerPersonId>0d25bc22-7de4-4ebe-a373-9c7b1af44594</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>ba425056-6d0b-4f8b-8e3a-d8cdd446e959</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>f66fef7d-ed1c-4a96-a595-1c598530b96b</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2025-11-28T12:12:00.0582644+01:00</ValidFrom>
<ValidTo>2025-11-28T12:12:00.0582644+01: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>d12b6ffa-6dd5-48d9-b7d3-9161d14eb953</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-11-28T12:12:00.0582644+01:00</YearOfManufacture>
</AircraftDetails>