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": "b648b66e-e5ec-4e51-979d-e663c052d990",
"AircraftStateData": {
"AircraftId": "84ca2be7-429c-405b-a9a6-c830f3889cfa",
"AircraftState": 2,
"ValidFrom": "2026-08-11T16:42:16.2765483+02:00",
"ValidTo": "2026-08-11T16:42:16.2765483+02:00",
"NoticedByPersonId": "e0e2dbe7-1226-4ebb-b70f-8988f5d929f6",
"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": "fdee649e-5a07-469d-80f4-c33edabacdb4",
"AircraftOwnerPersonId": "6a1b5712-d429-4568-9564-917b24d8fdf2",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-08-11T16:42:16.2765483+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "85a60731-0426-4e98-bb48-0b80ef97da50",
"Id": "b648b66e-e5ec-4e51-979d-e663c052d990",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"b648b66e-e5ec-4e51-979d-e663c052d990","AircraftStateData":{"AircraftId":"84ca2be7-429c-405b-a9a6-c830f3889cfa","AircraftState":2,"ValidFrom":"2026-08-11T16:42:16.2765483+02:00","ValidTo":"2026-08-11T16:42:16.2765483+02:00","NoticedByPersonId":"e0e2dbe7-1226-4ebb-b70f-8988f5d929f6","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":"fdee649e-5a07-469d-80f4-c33edabacdb4","AircraftOwnerPersonId":"6a1b5712-d429-4568-9564-917b24d8fdf2","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-08-11T16:42:16.2765483+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"85a60731-0426-4e98-bb48-0b80ef97da50","Id":"b648b66e-e5ec-4e51-979d-e663c052d990","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">b648b66e-e5ec-4e51-979d-e663c052d990</Id>
<AircraftId>b648b66e-e5ec-4e51-979d-e663c052d990</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>fdee649e-5a07-469d-80f4-c33edabacdb4</AircraftOwnerClubId>
<AircraftOwnerPersonId>6a1b5712-d429-4568-9564-917b24d8fdf2</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>84ca2be7-429c-405b-a9a6-c830f3889cfa</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>e0e2dbe7-1226-4ebb-b70f-8988f5d929f6</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-08-11T16:42:16.2765483+02:00</ValidFrom>
<ValidTo>2026-08-11T16:42:16.2765483+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>85a60731-0426-4e98-bb48-0b80ef97da50</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-11T16:42:16.2765483+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": "81456d43-6640-4b83-83e5-15efed01c547",
"AircraftStateData": {
"AircraftId": "cda62ec8-cd35-4e58-b60e-92ab662af94a",
"AircraftState": 2,
"ValidFrom": "2026-08-11T16:42:16.2765483+02:00",
"ValidTo": "2026-08-11T16:42:16.2765483+02:00",
"NoticedByPersonId": "65ec79f3-4eb4-49a9-a53f-1b9e4780254f",
"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": "101a2f66-34e1-450c-aab0-af354ad42ddd",
"AircraftOwnerPersonId": "2472138b-60c9-4a5c-a2d1-1f6e9ec9e302",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-08-11T16:42:16.2765483+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "64250824-19d9-4524-bdb7-667711892677",
"Id": "81456d43-6640-4b83-83e5-15efed01c547",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"AircraftId":"81456d43-6640-4b83-83e5-15efed01c547","AircraftStateData":{"AircraftId":"cda62ec8-cd35-4e58-b60e-92ab662af94a","AircraftState":2,"ValidFrom":"2026-08-11T16:42:16.2765483+02:00","ValidTo":"2026-08-11T16:42:16.2765483+02:00","NoticedByPersonId":"65ec79f3-4eb4-49a9-a53f-1b9e4780254f","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":"101a2f66-34e1-450c-aab0-af354ad42ddd","AircraftOwnerPersonId":"2472138b-60c9-4a5c-a2d1-1f6e9ec9e302","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-08-11T16:42:16.2765483+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"64250824-19d9-4524-bdb7-667711892677","Id":"81456d43-6640-4b83-83e5-15efed01c547","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">81456d43-6640-4b83-83e5-15efed01c547</Id>
<AircraftId>81456d43-6640-4b83-83e5-15efed01c547</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>101a2f66-34e1-450c-aab0-af354ad42ddd</AircraftOwnerClubId>
<AircraftOwnerPersonId>2472138b-60c9-4a5c-a2d1-1f6e9ec9e302</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>cda62ec8-cd35-4e58-b60e-92ab662af94a</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>65ec79f3-4eb4-49a9-a53f-1b9e4780254f</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-08-11T16:42:16.2765483+02:00</ValidFrom>
<ValidTo>2026-08-11T16:42:16.2765483+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>64250824-19d9-4524-bdb7-667711892677</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-11T16:42:16.2765483+02:00</YearOfManufacture>
</AircraftDetails>