Skip to main content

SubcharterFlightWatchInput (Input)

Subcharter Flight Watch input data

input SubcharterFlightWatchInput {
quoteRealizationLegNid: QuoteRealizationLegNid!
ctotIso: ApiDateTimeInput
etdIso: ApiDateTimeInput
bloffIso: ApiDateTimeInput
toIso: ApiDateTimeInput
eetIso: ApiTimeInput
etaIso: ApiDateTimeInput
ldgIso: ApiDateTimeInput
blonIso: ApiDateTimeInput
pax: IntNonNegative
div: ApiLocationInput
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
nextInformation: String
tsat: ApiDateTimeInput
adultCount: IntNonNegative
maleCount: IntNonNegative
femaleCount: IntNonNegative
childCount: IntNonNegative
infantCount: IntNonNegative
baggage: IntNonNegative
mail: IntNonNegative
totalLoad: IntNonNegative
}

Fields

SubcharterFlightWatchInput.quoteRealizationLegNid ● QuoteRealizationLegNid! non-null scalar

SubcharterFlightWatchInput.ctotIso ● ApiDateTimeInput input

CTOT (in UTC)

SubcharterFlightWatchInput.etdIso ● ApiDateTimeInput input

ETD (in UTC)

SubcharterFlightWatchInput.bloffIso ● ApiDateTimeInput input

BLOFF (in UTC)

SubcharterFlightWatchInput.toIso ● ApiDateTimeInput input

T/O (in UTC)

SubcharterFlightWatchInput.eetIso ● ApiTimeInput input

SubcharterFlightWatchInput.etaIso ● ApiDateTimeInput input

ETA (in UTC)

SubcharterFlightWatchInput.ldgIso ● ApiDateTimeInput input

LDG (in UTC)

SubcharterFlightWatchInput.blonIso ● ApiDateTimeInput input

BLON (in UTC)

SubcharterFlightWatchInput.pax ● IntNonNegative scalar

PAX

SubcharterFlightWatchInput.div ● ApiLocationInput input

SubcharterFlightWatchInput.cargo ● IntNonNegative scalar

Cargo

SubcharterFlightWatchInput.delayCode ● DelayCode scalar

Delay code

SubcharterFlightWatchInput.notes ● String scalar

Notes

SubcharterFlightWatchInput.internalNotes ● String scalar

Internal notes

SubcharterFlightWatchInput.bloffFuel ● IntNonNegative scalar

BLOFF fuel

SubcharterFlightWatchInput.toFuel ● IntNonNegative scalar

T/O fuel

SubcharterFlightWatchInput.ldgFuel ● IntNonNegative scalar

LDG fuel

SubcharterFlightWatchInput.blonFuel ● IntNonNegative scalar

BLON fuel

SubcharterFlightWatchInput.taxi ● ApiTimeInput input

Current departure taxi time and procedure

SubcharterFlightWatchInput.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})$/

SubcharterFlightWatchInput.regCause ● RegulationCauseEnum enum

Most penalising regulation (REGUL+) cause

SubcharterFlightWatchInput.ttof ● ApiDateTimeInput input

Target time over fix

SubcharterFlightWatchInput.tobt ● ApiDateTimeInput input

Target off block time

SubcharterFlightWatchInput.nextInformation ● String scalar

Next information, when flight is delayed due to weather

SubcharterFlightWatchInput.tsat ● ApiDateTimeInput input

Target Start-Up Approval Time (in UTC)

SubcharterFlightWatchInput.adultCount ● IntNonNegative scalar

Adult count

SubcharterFlightWatchInput.maleCount ● IntNonNegative scalar

Male count

SubcharterFlightWatchInput.femaleCount ● IntNonNegative scalar

Female count

SubcharterFlightWatchInput.childCount ● IntNonNegative scalar

Child count

SubcharterFlightWatchInput.infantCount ● IntNonNegative scalar

Infant count

SubcharterFlightWatchInput.baggage ● IntNonNegative scalar

Baggage weight

SubcharterFlightWatchInput.mail ● IntNonNegative scalar

Mail weight

SubcharterFlightWatchInput.totalLoad ● IntNonNegative scalar

Total load weight

Member Of

flightWatch.modifySubcharterFlightWatch mutation