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": "7c5bfdbc-ade3-4b6b-8c5d-9d2db6b84a18",
"AircraftStateData": {
"AircraftId": "2f4a95f5-2e07-4360-9f5b-559d944e629d",
"AircraftState": 2,
"ValidFrom": "2026-05-28T13:43:53.2761507+02:00",
"ValidTo": "2026-05-28T13:43:53.2761507+02:00",
"NoticedByPersonId": "89cba509-aeff-4cfb-b045-1d6bf0fa78d4",
"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": "9b441bd3-6b1f-4e54-83a0-662ba743beb4",
"AircraftOwnerPersonId": "4d07918b-93d1-44a4-a876-0ee7aca53ab3",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-05-28T13:43:53.2761507+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "47119bdd-0d21-4dda-8e39-809f773e2091",
"Id": "7c5bfdbc-ade3-4b6b-8c5d-9d2db6b84a18",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"7c5bfdbc-ade3-4b6b-8c5d-9d2db6b84a18","AircraftStateData":{"AircraftId":"2f4a95f5-2e07-4360-9f5b-559d944e629d","AircraftState":2,"ValidFrom":"2026-05-28T13:43:53.2761507+02:00","ValidTo":"2026-05-28T13:43:53.2761507+02:00","NoticedByPersonId":"89cba509-aeff-4cfb-b045-1d6bf0fa78d4","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":"9b441bd3-6b1f-4e54-83a0-662ba743beb4","AircraftOwnerPersonId":"4d07918b-93d1-44a4-a876-0ee7aca53ab3","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-05-28T13:43:53.2761507+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"47119bdd-0d21-4dda-8e39-809f773e2091","Id":"7c5bfdbc-ade3-4b6b-8c5d-9d2db6b84a18","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">7c5bfdbc-ade3-4b6b-8c5d-9d2db6b84a18</Id>
<AircraftId>7c5bfdbc-ade3-4b6b-8c5d-9d2db6b84a18</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>9b441bd3-6b1f-4e54-83a0-662ba743beb4</AircraftOwnerClubId>
<AircraftOwnerPersonId>4d07918b-93d1-44a4-a876-0ee7aca53ab3</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>2f4a95f5-2e07-4360-9f5b-559d944e629d</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>89cba509-aeff-4cfb-b045-1d6bf0fa78d4</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-05-28T13:43:53.2761507+02:00</ValidFrom>
<ValidTo>2026-05-28T13:43:53.2761507+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>47119bdd-0d21-4dda-8e39-809f773e2091</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-05-28T13:43:53.2761507+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": "f37f6c24-a7b0-4708-9a42-aa4daf9f914b",
"AircraftStateData": {
"AircraftId": "f99cf1b6-dd0b-416a-97b5-e1381b6a3397",
"AircraftState": 2,
"ValidFrom": "2026-05-28T13:43:53.2761507+02:00",
"ValidTo": "2026-05-28T13:43:53.2761507+02:00",
"NoticedByPersonId": "d32524cf-d84a-4078-9f64-4bbf4bbf17cb",
"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": "91255462-d83c-4bdf-a530-c9a874eacf15",
"AircraftOwnerPersonId": "cdf2bf79-ce2b-4469-b710-fa2701dbba89",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-05-28T13:43:53.2761507+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "a6c69739-02a9-40ff-b09b-f72a5870f5bc",
"Id": "f37f6c24-a7b0-4708-9a42-aa4daf9f914b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"f37f6c24-a7b0-4708-9a42-aa4daf9f914b","AircraftStateData":{"AircraftId":"f99cf1b6-dd0b-416a-97b5-e1381b6a3397","AircraftState":2,"ValidFrom":"2026-05-28T13:43:53.2761507+02:00","ValidTo":"2026-05-28T13:43:53.2761507+02:00","NoticedByPersonId":"d32524cf-d84a-4078-9f64-4bbf4bbf17cb","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":"91255462-d83c-4bdf-a530-c9a874eacf15","AircraftOwnerPersonId":"cdf2bf79-ce2b-4469-b710-fa2701dbba89","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-05-28T13:43:53.2761507+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"a6c69739-02a9-40ff-b09b-f72a5870f5bc","Id":"f37f6c24-a7b0-4708-9a42-aa4daf9f914b","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">f37f6c24-a7b0-4708-9a42-aa4daf9f914b</Id>
<AircraftId>f37f6c24-a7b0-4708-9a42-aa4daf9f914b</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>91255462-d83c-4bdf-a530-c9a874eacf15</AircraftOwnerClubId>
<AircraftOwnerPersonId>cdf2bf79-ce2b-4469-b710-fa2701dbba89</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>f99cf1b6-dd0b-416a-97b5-e1381b6a3397</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>d32524cf-d84a-4078-9f64-4bbf4bbf17cb</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-05-28T13:43:53.2761507+02:00</ValidFrom>
<ValidTo>2026-05-28T13:43:53.2761507+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>a6c69739-02a9-40ff-b09b-f72a5870f5bc</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-05-28T13:43:53.2761507+02:00</YearOfManufacture>
</AircraftDetails>