INPUT_OBJECT
SubcharterFlightWatchInput
Subcharter Flight Watch input data
link GraphQL Schema definition
- input SubcharterFlightWatchInput {
- QuoteRealizationLegNid! :
- # CTOT (in UTC)
- ApiDateTimeInput :
- # ETD (in UTC)
- ApiDateTimeInput :
- # BLOFF (in UTC)
- ApiDateTimeInput :
- # T/O (in UTC)
- ApiDateTimeInput :
- ApiTimeInput :
- # ETA (in UTC)
- ApiDateTimeInput :
- # LDG (in UTC)
- ApiDateTimeInput :
- # BLON (in UTC)
- ApiDateTimeInput :
- # PAX
- IntNonNegative :
- ApiLocationInput :
- # Cargo
- IntNonNegative :
- # Delay code
- DelayCode :
- # Notes
- String :
- # Internal notes
- String :
- # BLOFF fuel
- IntNonNegative :
- # T/O fuel
- IntNonNegative :
- # LDG fuel
- IntNonNegative :
- # BLON fuel
- IntNonNegative :
- # Current departure taxi time and procedure
- ApiTimeInput :
- # Most penalising regulation must be valid by regex
- # /^([A-Z][A-Z0-9]{0,5}[0-9]{2}[A-Z]{0,1})$/
- String :
- # Most penalising regulation (REGUL+) cause
- RegulationCauseEnum :
- # Target time over fix
- ApiDateTimeInput :
- # Target off block time
- ApiDateTimeInput :
- # Next information, when flight is delayed due to weather
- String :
- }