Post a flight aircraft allocation event.
POST {{baseUrl}}/flightlegs/events/aircraftallocation
Transfers a flight aircraft allocation 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-registration"=>"<string>", "aircraft-type"=>"<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
""