Skip to main content

QuoteRealizationLegCreate (Input)

Data for create single Realization Leg

input QuoteRealizationLegCreate {
adep: AirportCodeScalar!
ades: AirportCodeScalar!
stdLt: DateTime!
staLt: DateTime!
blockTime: Time!
flightTime: Time!
passengerList: QuoteRealizationLegPassengerListInput!
timesTba: Boolean!
isFuelStop: Boolean!
}

Fields

QuoteRealizationLegCreate.adep ● AirportCodeScalar! non-null scalar

QuoteRealizationLegCreate.ades ● AirportCodeScalar! non-null scalar

QuoteRealizationLegCreate.stdLt ● DateTime! non-null scalar

QuoteRealizationLegCreate.staLt ● DateTime! non-null scalar

QuoteRealizationLegCreate.blockTime ● Time! non-null scalar

QuoteRealizationLegCreate.flightTime ● Time! non-null scalar

QuoteRealizationLegCreate.passengerList ● QuoteRealizationLegPassengerListInput! non-null input

QuoteRealizationLegCreate.timesTba ● Boolean! non-null scalar

QuoteRealizationLegCreate.isFuelStop ● Boolean! non-null scalar

Member Of

sales.quoteRealizationLegListCreate mutation