PUT api/v1/aircrafts/{aircraftId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
aircraftId | globally unique identifier |
Required |
Body Parameters
AircraftDetailsName | 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": "d25d5bad-2d4d-4d2d-a76d-a65e4c3a4e62", "AircraftStateData": { "AircraftId": "053263b9-d7b5-455e-9b5d-720afe803f95", "AircraftState": 2, "ValidFrom": "2025-08-30T06:47:09.6697796+02:00", "ValidTo": "2025-08-30T06:47:09.6697796+02:00", "NoticedByPersonId": "5f6fec91-4ee4-48ce-9ec4-1db2cfdc59d5", "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": "709a7761-138f-4347-bb21-999d717d8137", "AircraftOwnerPersonId": "7813a876-e3a0-4476-a279-7b38562b6c24", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2025-08-30T06:47:09.6697796+02:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "f5995cfa-c758-4c63-b9e7-098c002d7025", "Id": "d25d5bad-2d4d-4d2d-a76d-a65e4c3a4e62", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"d25d5bad-2d4d-4d2d-a76d-a65e4c3a4e62","AircraftStateData":{"AircraftId":"053263b9-d7b5-455e-9b5d-720afe803f95","AircraftState":2,"ValidFrom":"2025-08-30T06:47:09.6697796+02:00","ValidTo":"2025-08-30T06:47:09.6697796+02:00","NoticedByPersonId":"5f6fec91-4ee4-48ce-9ec4-1db2cfdc59d5","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":"709a7761-138f-4347-bb21-999d717d8137","AircraftOwnerPersonId":"7813a876-e3a0-4476-a279-7b38562b6c24","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-08-30T06:47:09.6697796+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"f5995cfa-c758-4c63-b9e7-098c002d7025","Id":"d25d5bad-2d4d-4d2d-a76d-a65e4c3a4e62","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">d25d5bad-2d4d-4d2d-a76d-a65e4c3a4e62</Id> <AircraftId>d25d5bad-2d4d-4d2d-a76d-a65e4c3a4e62</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>709a7761-138f-4347-bb21-999d717d8137</AircraftOwnerClubId> <AircraftOwnerPersonId>7813a876-e3a0-4476-a279-7b38562b6c24</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>053263b9-d7b5-455e-9b5d-720afe803f95</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>5f6fec91-4ee4-48ce-9ec4-1db2cfdc59d5</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2025-08-30T06:47:09.6697796+02:00</ValidFrom> <ValidTo>2025-08-30T06:47:09.6697796+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>f5995cfa-c758-4c63-b9e7-098c002d7025</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-08-30T06:47:09.6697796+02:00</YearOfManufacture> </AircraftDetails>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AircraftDetailsName | 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": "5c380341-5f1f-4191-a263-df782c58d2c9", "AircraftStateData": { "AircraftId": "2db3fcca-7692-495c-bc58-3e64243e7d20", "AircraftState": 2, "ValidFrom": "2025-08-30T06:47:09.6854004+02:00", "ValidTo": "2025-08-30T06:47:09.6854004+02:00", "NoticedByPersonId": "9f2a3e92-99d4-4154-b16f-d818d520e0de", "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": "58c59cd3-1640-415c-a971-22446f3b34c1", "AircraftOwnerPersonId": "2ab443f9-1279-42e1-8af9-5c007d3d1424", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2025-08-30T06:47:09.6854004+02:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "1fb9a268-ef91-42d1-a1a8-7e1351e65b32", "Id": "5c380341-5f1f-4191-a263-df782c58d2c9", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"5c380341-5f1f-4191-a263-df782c58d2c9","AircraftStateData":{"AircraftId":"2db3fcca-7692-495c-bc58-3e64243e7d20","AircraftState":2,"ValidFrom":"2025-08-30T06:47:09.6854004+02:00","ValidTo":"2025-08-30T06:47:09.6854004+02:00","NoticedByPersonId":"9f2a3e92-99d4-4154-b16f-d818d520e0de","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":"58c59cd3-1640-415c-a971-22446f3b34c1","AircraftOwnerPersonId":"2ab443f9-1279-42e1-8af9-5c007d3d1424","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-08-30T06:47:09.6854004+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"1fb9a268-ef91-42d1-a1a8-7e1351e65b32","Id":"5c380341-5f1f-4191-a263-df782c58d2c9","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">5c380341-5f1f-4191-a263-df782c58d2c9</Id> <AircraftId>5c380341-5f1f-4191-a263-df782c58d2c9</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>58c59cd3-1640-415c-a971-22446f3b34c1</AircraftOwnerClubId> <AircraftOwnerPersonId>2ab443f9-1279-42e1-8af9-5c007d3d1424</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>2db3fcca-7692-495c-bc58-3e64243e7d20</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>9f2a3e92-99d4-4154-b16f-d818d520e0de</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2025-08-30T06:47:09.6854004+02:00</ValidFrom> <ValidTo>2025-08-30T06:47:09.6854004+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>1fb9a268-ef91-42d1-a1a8-7e1351e65b32</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-08-30T06:47:09.6854004+02:00</YearOfManufacture> </AircraftDetails>