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": "6937e115-c473-4325-9264-07cf57f8ecd2", "AircraftStateData": { "AircraftId": "4d922af9-6dae-42f8-9fa3-90fc1d6b6e33", "AircraftState": 2, "ValidFrom": "2024-11-21T09:44:57.1002535+01:00", "ValidTo": "2024-11-21T09:44:57.1002535+01:00", "NoticedByPersonId": "d940a31d-6d3f-42b0-9a5f-7a73a5f463d9", "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": "664d466e-0d74-4918-97e1-4bf1c99d2d24", "AircraftOwnerPersonId": "d6d27200-d863-4182-91e7-62f9ef00deb9", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2024-11-21T09:44:57.1002535+01:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "d52067d7-81a8-4022-a640-f8bb0fb0c7cf", "Id": "6937e115-c473-4325-9264-07cf57f8ecd2", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"6937e115-c473-4325-9264-07cf57f8ecd2","AircraftStateData":{"AircraftId":"4d922af9-6dae-42f8-9fa3-90fc1d6b6e33","AircraftState":2,"ValidFrom":"2024-11-21T09:44:57.1002535+01:00","ValidTo":"2024-11-21T09:44:57.1002535+01:00","NoticedByPersonId":"d940a31d-6d3f-42b0-9a5f-7a73a5f463d9","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":"664d466e-0d74-4918-97e1-4bf1c99d2d24","AircraftOwnerPersonId":"d6d27200-d863-4182-91e7-62f9ef00deb9","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2024-11-21T09:44:57.1002535+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"d52067d7-81a8-4022-a640-f8bb0fb0c7cf","Id":"6937e115-c473-4325-9264-07cf57f8ecd2","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">6937e115-c473-4325-9264-07cf57f8ecd2</Id> <AircraftId>6937e115-c473-4325-9264-07cf57f8ecd2</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>664d466e-0d74-4918-97e1-4bf1c99d2d24</AircraftOwnerClubId> <AircraftOwnerPersonId>d6d27200-d863-4182-91e7-62f9ef00deb9</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>4d922af9-6dae-42f8-9fa3-90fc1d6b6e33</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>d940a31d-6d3f-42b0-9a5f-7a73a5f463d9</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2024-11-21T09:44:57.1002535+01:00</ValidFrom> <ValidTo>2024-11-21T09:44:57.1002535+01: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>d52067d7-81a8-4022-a640-f8bb0fb0c7cf</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>2024-11-21T09:44:57.1002535+01: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": "fe9b4b93-165c-4e84-b7dd-7ad938b54222", "AircraftStateData": { "AircraftId": "df75d809-e682-48ec-b11d-57eb86eff7c6", "AircraftState": 2, "ValidFrom": "2024-11-21T09:44:57.1002535+01:00", "ValidTo": "2024-11-21T09:44:57.1002535+01:00", "NoticedByPersonId": "e834599b-d8a2-4b86-b0ac-8a5b5dbc6e66", "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": "c9ca5813-9531-4124-b8e8-9dbd33062f7d", "AircraftOwnerPersonId": "c2a7bc7b-3f20-43ed-ac0b-d99c5617c1d7", "AircraftSerialNumber": "sample string 13", "YearOfManufacture": "2024-11-21T09:44:57.1002535+01:00", "NoiseClass": "sample string 14", "NoiseLevel": 1.0, "MTOM": 1, "FlightOperatingCounterUnitTypeId": 1, "EngineOperatingCounterUnitTypeId": 1, "HasEngine": true, "SpotLink": "sample string 16", "HomebaseId": "d5a008d8-906a-49b6-a11b-e6f31d4eceb6", "Id": "fe9b4b93-165c-4e84-b7dd-7ad938b54222", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"AircraftId":"fe9b4b93-165c-4e84-b7dd-7ad938b54222","AircraftStateData":{"AircraftId":"df75d809-e682-48ec-b11d-57eb86eff7c6","AircraftState":2,"ValidFrom":"2024-11-21T09:44:57.1002535+01:00","ValidTo":"2024-11-21T09:44:57.1002535+01:00","NoticedByPersonId":"e834599b-d8a2-4b86-b0ac-8a5b5dbc6e66","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":"c9ca5813-9531-4124-b8e8-9dbd33062f7d","AircraftOwnerPersonId":"c2a7bc7b-3f20-43ed-ac0b-d99c5617c1d7","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2024-11-21T09:44:57.1002535+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"d5a008d8-906a-49b6-a11b-e6f31d4eceb6","Id":"fe9b4b93-165c-4e84-b7dd-7ad938b54222","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">fe9b4b93-165c-4e84-b7dd-7ad938b54222</Id> <AircraftId>fe9b4b93-165c-4e84-b7dd-7ad938b54222</AircraftId> <AircraftModel>sample string 3</AircraftModel> <AircraftOwnerClubId>c9ca5813-9531-4124-b8e8-9dbd33062f7d</AircraftOwnerClubId> <AircraftOwnerPersonId>c2a7bc7b-3f20-43ed-ac0b-d99c5617c1d7</AircraftOwnerPersonId> <AircraftSerialNumber>sample string 13</AircraftSerialNumber> <AircraftStateData> <AircraftId>df75d809-e682-48ec-b11d-57eb86eff7c6</AircraftId> <AircraftState>2</AircraftState> <NoticedByPersonId>e834599b-d8a2-4b86-b0ac-8a5b5dbc6e66</NoticedByPersonId> <Remarks>sample string 4</Remarks> <ValidFrom>2024-11-21T09:44:57.1002535+01:00</ValidFrom> <ValidTo>2024-11-21T09:44:57.1002535+01: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>d5a008d8-906a-49b6-a11b-e6f31d4eceb6</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>2024-11-21T09:44:57.1002535+01:00</YearOfManufacture> </AircraftDetails>