Post a flight time event.

POST {{baseUrl}}/flightlegs/events/time

Transfers a flight time 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

{"event-time"=>"<dateTime>", "event-type"=>"<string>", "flight-times"=>[{"milestone"=>"<string>", "time-kind"=>"<string>", "timestamp"=>"<dateTime>"}, {"milestone"=>"<string>", "time-kind"=>"<string>", "timestamp"=>"<dateTime>"}], "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;