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": "fb7bd70a-eab8-4c4a-b21f-22308d7d390a",
"AircraftStateData": {
"AircraftId": "6391348f-5588-4d61-8b42-51f4f15b015a",
"AircraftState": 2,
"ValidFrom": "2026-08-26T21:42:33.8496793+02:00",
"ValidTo": "2026-08-26T21:42:33.8496793+02:00",
"NoticedByPersonId": "0b3bb834-4923-4d58-bb19-8d222120dc15",
"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": "01781e59-0a3d-49c3-8d12-975d0e2f963d",
"AircraftOwnerPersonId": "84ccc3cd-2364-4fdf-969c-10389b55ad09",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-08-26T21:42:33.8496793+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "61ffbfea-0fd0-4cf9-98c2-c5d57767d46c",
"Id": "fb7bd70a-eab8-4c4a-b21f-22308d7d390a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"fb7bd70a-eab8-4c4a-b21f-22308d7d390a","AircraftStateData":{"AircraftId":"6391348f-5588-4d61-8b42-51f4f15b015a","AircraftState":2,"ValidFrom":"2026-08-26T21:42:33.8496793+02:00","ValidTo":"2026-08-26T21:42:33.8496793+02:00","NoticedByPersonId":"0b3bb834-4923-4d58-bb19-8d222120dc15","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":"01781e59-0a3d-49c3-8d12-975d0e2f963d","AircraftOwnerPersonId":"84ccc3cd-2364-4fdf-969c-10389b55ad09","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-08-26T21:42:33.8496793+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"61ffbfea-0fd0-4cf9-98c2-c5d57767d46c","Id":"fb7bd70a-eab8-4c4a-b21f-22308d7d390a","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">fb7bd70a-eab8-4c4a-b21f-22308d7d390a</Id>
<AircraftId>fb7bd70a-eab8-4c4a-b21f-22308d7d390a</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>01781e59-0a3d-49c3-8d12-975d0e2f963d</AircraftOwnerClubId>
<AircraftOwnerPersonId>84ccc3cd-2364-4fdf-969c-10389b55ad09</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>6391348f-5588-4d61-8b42-51f4f15b015a</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>0b3bb834-4923-4d58-bb19-8d222120dc15</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-08-26T21:42:33.8496793+02:00</ValidFrom>
<ValidTo>2026-08-26T21:42:33.8496793+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>61ffbfea-0fd0-4cf9-98c2-c5d57767d46c</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-08-26T21:42:33.8496793+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": "89e7701f-5663-4cbe-b679-04f6e4b78876",
"AircraftStateData": {
"AircraftId": "4af7e6a9-76e6-44a1-a141-59bb6917e875",
"AircraftState": 2,
"ValidFrom": "2026-08-26T21:42:33.8496793+02:00",
"ValidTo": "2026-08-26T21:42:33.8496793+02:00",
"NoticedByPersonId": "a84c4253-7fb2-44b5-bcb8-cf9aa32958a8",
"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": "7fd68fb8-bc95-4ce4-9de0-9114ff76706c",
"AircraftOwnerPersonId": "a9768ec4-551d-4643-9751-5df545231762",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-08-26T21:42:33.8496793+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "84419543-e0b3-4623-a619-520997ecbc39",
"Id": "89e7701f-5663-4cbe-b679-04f6e4b78876",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"89e7701f-5663-4cbe-b679-04f6e4b78876","AircraftStateData":{"AircraftId":"4af7e6a9-76e6-44a1-a141-59bb6917e875","AircraftState":2,"ValidFrom":"2026-08-26T21:42:33.8496793+02:00","ValidTo":"2026-08-26T21:42:33.8496793+02:00","NoticedByPersonId":"a84c4253-7fb2-44b5-bcb8-cf9aa32958a8","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":"7fd68fb8-bc95-4ce4-9de0-9114ff76706c","AircraftOwnerPersonId":"a9768ec4-551d-4643-9751-5df545231762","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-08-26T21:42:33.8496793+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"84419543-e0b3-4623-a619-520997ecbc39","Id":"89e7701f-5663-4cbe-b679-04f6e4b78876","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">89e7701f-5663-4cbe-b679-04f6e4b78876</Id>
<AircraftId>89e7701f-5663-4cbe-b679-04f6e4b78876</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>7fd68fb8-bc95-4ce4-9de0-9114ff76706c</AircraftOwnerClubId>
<AircraftOwnerPersonId>a9768ec4-551d-4643-9751-5df545231762</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>4af7e6a9-76e6-44a1-a141-59bb6917e875</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>a84c4253-7fb2-44b5-bcb8-cf9aa32958a8</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-08-26T21:42:33.8496793+02:00</ValidFrom>
<ValidTo>2026-08-26T21:42:33.8496793+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>84419543-e0b3-4623-a619-520997ecbc39</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-08-26T21:42:33.8496793+02:00</YearOfManufacture>
</AircraftDetails>