Skip to main content

FlightSupportFlightWatchInput (Input)

Flight Watch input data for Flight Supports

input FlightSupportFlightWatchInput {
ctotIso: ApiDateTimeInput
etdIso: ApiDateTimeInput
bloffIso: ApiDateTimeInput
toIso: ApiDateTimeInput
eetIso: ApiTimeInput
etaIso: ApiDateTimeInput
ldgIso: ApiDateTimeInput
blonIso: ApiDateTimeInput
pax: IntNonNegative
div: AirportCodeInput
cargo: IntNonNegative
delayCode: DelayCode
notes: String
internalNotes: String
bloffFuel: IntNonNegative
toFuel: IntNonNegative
ldgFuel: IntNonNegative
blonFuel: IntNonNegative
taxi: ApiTimeInput
mpr: String
regCause: RegulationCauseEnum
ttof: ApiDateTimeInput
tobt: ApiDateTimeInput
adultCount: IntNonNegative
maleCount: IntNonNegative
femaleCount: IntNonNegative
childCount: IntNonNegative
infantCount: IntNonNegative
baggage: IntNonNegative
mail: IntNonNegative
totalLoad: IntNonNegative
}

Fields

FlightSupportFlightWatchInput.ctotIso ● ApiDateTimeInput input

CTOT (in UTC)

FlightSupportFlightWatchInput.etdIso ● ApiDateTimeInput input

ETD (in UTC)

FlightSupportFlightWatchInput.bloffIso ● ApiDateTimeInput input

BLOFF (in UTC)

FlightSupportFlightWatchInput.toIso ● ApiDateTimeInput input

T/O (in UTC)

FlightSupportFlightWatchInput.eetIso ● ApiTimeInput input

FlightSupportFlightWatchInput.etaIso ● ApiDateTimeInput input

ETA (in UTC)

FlightSupportFlightWatchInput.ldgIso ● ApiDateTimeInput input

LDG (in UTC)

FlightSupportFlightWatchInput.blonIso ● ApiDateTimeInput input

BLON (in UTC)

FlightSupportFlightWatchInput.pax ● IntNonNegative scalar

PAX

FlightSupportFlightWatchInput.div ● AirportCodeInput input

Diverted airport

FlightSupportFlightWatchInput.cargo ● IntNonNegative scalar

Cargo

FlightSupportFlightWatchInput.delayCode ● DelayCode scalar

Delay code

FlightSupportFlightWatchInput.notes ● String scalar

Notes

FlightSupportFlightWatchInput.internalNotes ● String scalar

Internal notes

FlightSupportFlightWatchInput.bloffFuel ● IntNonNegative scalar

BLOFF fuel

FlightSupportFlightWatchInput.toFuel ● IntNonNegative scalar

T/O fuel

FlightSupportFlightWatchInput.ldgFuel ● IntNonNegative scalar

LDG fuel

FlightSupportFlightWatchInput.blonFuel ● IntNonNegative scalar

BLON fuel

FlightSupportFlightWatchInput.taxi ● ApiTimeInput input

Current departure taxi time and procedure

FlightSupportFlightWatchInput.mpr ● String scalar

Most penalising regulation must be valid by regex /^([A-Z][A-Z0-9]{0,5}[0-9]{2}[A-Z]{0,1})$/

FlightSupportFlightWatchInput.regCause ● RegulationCauseEnum enum

Most penalising regulation (REGUL+) cause

FlightSupportFlightWatchInput.ttof ● ApiDateTimeInput input

Target time over fix

FlightSupportFlightWatchInput.tobt ● ApiDateTimeInput input

Target off block time

FlightSupportFlightWatchInput.adultCount ● IntNonNegative scalar

Adult count

FlightSupportFlightWatchInput.maleCount ● IntNonNegative scalar

Male count

FlightSupportFlightWatchInput.femaleCount ● IntNonNegative scalar

Female count

FlightSupportFlightWatchInput.childCount ● IntNonNegative scalar

Child count

FlightSupportFlightWatchInput.infantCount ● IntNonNegative scalar

Infant count

FlightSupportFlightWatchInput.baggage ● IntNonNegative scalar

Baggage weight

FlightSupportFlightWatchInput.mail ● IntNonNegative scalar

Mail weight

FlightSupportFlightWatchInput.totalLoad ● IntNonNegative scalar

Total load weight

Member Of

integration.flightSupport.setFlightWatch mutation