Post an aircraft parking position resource event.
POST {{baseUrl}}/flightlegs/events/aircraftparkingposition
Transfers an aircraft parking position resource event to ADH. This may change the state of the flight leg. New data is processed asynchronously and may need some time to be updated.
Request Body
{"aircraft-parking-position"=>"<string>", "departure-or-arrival"=>"<string>", "event-time"=>"<dateTime>", "event-type"=>"<string>", "identifier"=>{"carrier"=>"<string>", "destination-iata-code"=>"<string>", "flight-number"=>"<string>", "identifier-string"=>"<string>", "origin-date"=>"<date>", "origin-iata-code"=>"<string>", "operational-suffix"=>"<string>"}, "source"=>"<string>", "location"=>"<string>", "secondary-identifiers"=>[{"created"=>"<dateTime>", "identifier"=>"<string>", "source"=>"<string>"}, {"created"=>"<dateTime>", "identifier"=>"<string>", "source"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""