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": "3726a523-0c47-4323-960d-e6e5f1c5d8de", "AircraftStateData": { "AircraftId": "3a0bd3a5-ee26-4627-929e-f58e372b4794", "AircraftState": 2, "ValidFrom": "2025-04-04T03:03:23.2164965+02:00", "ValidTo": "2025-04-04T03:03:23.2164965+02:00", "NoticedByPersonId": "13b1a5d4-153f-491a-9861-adb580f66820", "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": "bd77b0aa-f51c-4200-86fe-3276cf44edaa", "AircraftOwnerPersonId": "8dbf52e0-d267-4409-a02e-800c244e1f27", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2025-04-04T03:03:23.2164965+02:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "cd5f8b03-f423-4e94-8dd1-31bb9342dfbb", "Id": "3726a523-0c47-4323-960d-e6e5f1c5d8de", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"3726a523-0c47-4323-960d-e6e5f1c5d8de","AircraftStateData":{"AircraftId":"3a0bd3a5-ee26-4627-929e-f58e372b4794","AircraftState":2,"ValidFrom":"2025-04-04T03:03:23.2164965+02:00","ValidTo":"2025-04-04T03:03:23.2164965+02:00","NoticedByPersonId":"13b1a5d4-153f-491a-9861-adb580f66820","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":"bd77b0aa-f51c-4200-86fe-3276cf44edaa","AircraftOwnerPersonId":"8dbf52e0-d267-4409-a02e-800c244e1f27","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-04-04T03:03:23.2164965+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"cd5f8b03-f423-4e94-8dd1-31bb9342dfbb","Id":"3726a523-0c47-4323-960d-e6e5f1c5d8de","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">3726a523-0c47-4323-960d-e6e5f1c5d8de</Id> <AircraftId>3726a523-0c47-4323-960d-e6e5f1c5d8de</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>bd77b0aa-f51c-4200-86fe-3276cf44edaa</AircraftOwnerClubId> <AircraftOwnerPersonId>8dbf52e0-d267-4409-a02e-800c244e1f27</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>3a0bd3a5-ee26-4627-929e-f58e372b4794</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>13b1a5d4-153f-491a-9861-adb580f66820</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2025-04-04T03:03:23.2164965+02:00</ValidFrom> <ValidTo>2025-04-04T03:03:23.2164965+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>cd5f8b03-f423-4e94-8dd1-31bb9342dfbb</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-04-04T03:03:23.2164965+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": "a0bfd20e-2390-4c76-ade0-1dc7ae9ce583", "AircraftStateData": { "AircraftId": "b405f1cd-94b1-48ac-821d-1fa520bca26f", "AircraftState": 2, "ValidFrom": "2025-04-04T03:03:23.2164965+02:00", "ValidTo": "2025-04-04T03:03:23.2164965+02:00", "NoticedByPersonId": "0637744b-d169-4a8c-ad6a-6e0c798e44d8", "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": "ca130c96-dce8-4d58-99bd-e3e006a82d1c", "AircraftOwnerPersonId": "8c6d8009-acc1-4254-b93b-86952809f46a", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2025-04-04T03:03:23.2164965+02:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "0fd01b86-3278-4e79-aa69-9460bb0e8b52", "Id": "a0bfd20e-2390-4c76-ade0-1dc7ae9ce583", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"a0bfd20e-2390-4c76-ade0-1dc7ae9ce583","AircraftStateData":{"AircraftId":"b405f1cd-94b1-48ac-821d-1fa520bca26f","AircraftState":2,"ValidFrom":"2025-04-04T03:03:23.2164965+02:00","ValidTo":"2025-04-04T03:03:23.2164965+02:00","NoticedByPersonId":"0637744b-d169-4a8c-ad6a-6e0c798e44d8","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":"ca130c96-dce8-4d58-99bd-e3e006a82d1c","AircraftOwnerPersonId":"8c6d8009-acc1-4254-b93b-86952809f46a","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2025-04-04T03:03:23.2164965+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"0fd01b86-3278-4e79-aa69-9460bb0e8b52","Id":"a0bfd20e-2390-4c76-ade0-1dc7ae9ce583","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">a0bfd20e-2390-4c76-ade0-1dc7ae9ce583</Id> <AircraftId>a0bfd20e-2390-4c76-ade0-1dc7ae9ce583</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>ca130c96-dce8-4d58-99bd-e3e006a82d1c</AircraftOwnerClubId> <AircraftOwnerPersonId>8c6d8009-acc1-4254-b93b-86952809f46a</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>b405f1cd-94b1-48ac-821d-1fa520bca26f</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>0637744b-d169-4a8c-ad6a-6e0c798e44d8</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2025-04-04T03:03:23.2164965+02:00</ValidFrom> <ValidTo>2025-04-04T03:03:23.2164965+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>0fd01b86-3278-4e79-aa69-9460bb0e8b52</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-04-04T03:03:23.2164965+02:00</YearOfManufacture> </AircraftDetails>