Post a flight scheduled event.

POST {{baseUrl}}/flightlegs/events/scheduled

Transfers a flight scheduled 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>", "identifier"=>{"carrier"=>"<string>", "destination-iata-code"=>"<string>", "flight-number"=>"<string>", "identifier-string"=>"<string>", "origin-date"=>"<date>", "origin-iata-code"=>"<string>", "operational-suffix"=>"<string>"}, "is-international"=>"<boolean>", "sibt"=>"<dateTime>", "sobt"=>"<dateTime>", "source"=>"<string>", "location"=>"<string>", "secondary-identifiers"=>[{"created"=>"<dateTime>", "identifier"=>"<string>", "source"=>"<string>"}, {"created"=>"<dateTime>", "identifier"=>"<string>", "source"=>"<string>"}], "aircraft-type"=>"<string>", "aircraft-registration"=>"<string>", "codeshares"=>[{"carrier"=>"<string>", "destination-iata-code"=>"<string>", "flight-number"=>"<string>", "identifier-string"=>"<string>", "origin-date"=>"<date>", "origin-iata-code"=>"<string>", "operational-suffix"=>"<string>"}, {"carrier"=>"<string>", "destination-iata-code"=>"<string>", "flight-number"=>"<string>", "identifier-string"=>"<string>", "origin-date"=>"<date>", "origin-iata-code"=>"<string>", "operational-suffix"=>"<string>"}], "flight-segments"=>[{"identifier"=>{"carrier"=>"<string>", "destination-iata-code"=>"<string>", "flight-number"=>"<string>", "identifier-string"=>"<string>", "origin-date"=>"<date>", "origin-iata-code"=>"<string>", "operational-suffix"=>"<string>"}, "is-international"=>"<boolean>", "secondary-identifiers"=>[{"created"=>"<dateTime>", "identifier"=>"<string>", "source"=>"<string>"}, {"created"=>"<dateTime>", "identifier"=>"<string>", "source"=>"<string>"}]}, {"identifier"=>{"carrier"=>"<string>", "destination-iata-code"=>"<string>", "flight-number"=>"<string>", "identifier-string"=>"<string>", "origin-date"=>"<date>", "origin-iata-code"=>"<string>", "operational-suffix"=>"<string>"}, "is-international"=>"<boolean>", "secondary-identifiers"=>[{"created"=>"<dateTime>", "identifier"=>"<string>", "source"=>"<string>"}, {"created"=>"<dateTime>", "identifier"=>"<string>", "source"=>"<string>"}]}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

&quot;&quot;