Post a gate resource event.

POST {{baseUrl}}/flightlegs/events/gate

Transfers a gate 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

{"departure-or-arrival"=>"<string>", "event-time"=>"<dateTime>", "event-type"=>"<string>", "gates"=>["<string>", "<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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

&quot;&quot;