Skip to main content

HotelReservationSection (Object)

type HotelReservationSection {
listByPnr(
pnr: PnrScalar!
): [HotelReservation!]!
listChangedByDate(
dateTime: DateTimePast!
): HotelReservationsChanges!
listByTimeInterval(
timeInterval: DateIntervalInput!
): [HotelReservation!]!
defaultTimes(
date: DateTime!
loginNid: ApiLoginNidScalar
timezoneToggle: TimeZoneToggle!
isInDraftMode: Boolean!
): HotelReservationTimesType!
listRequired(
startTimestamp: DateTime!
endTimestamp: DateTime!
loginNids: [ApiLoginNidScalar!]!
): [RequiredHotel!]!
}

Fields

HotelReservationSection.listByPnr ● [HotelReservation!]! non-null object

HotelReservationSection.listByPnr.pnr ● PnrScalar! non-null scalar

HotelReservationSection.listChangedByDate ● HotelReservationsChanges! non-null object

HotelReservationSection.listChangedByDate.dateTime ● DateTimePast! non-null scalar

HotelReservationSection.listByTimeInterval ● [HotelReservation!]! non-null object

HotelReservationSection.listByTimeInterval.timeInterval ● DateIntervalInput! non-null input

HotelReservationSection.defaultTimes ● HotelReservationTimesType! non-null object

If in drafts mode, requires operator to turn that feature on globally in settings.

HotelReservationSection.defaultTimes.date ● DateTime! non-null scalar
HotelReservationSection.defaultTimes.loginNid ● ApiLoginNidScalar scalar
HotelReservationSection.defaultTimes.timezoneToggle ● TimeZoneToggle! non-null input
HotelReservationSection.defaultTimes.isInDraftMode ● Boolean! non-null scalar

HotelReservationSection.listRequired ● [RequiredHotel!]! non-null object

HotelReservationSection.listRequired.startTimestamp ● DateTime! non-null scalar
HotelReservationSection.listRequired.endTimestamp ● DateTime! non-null scalar
HotelReservationSection.listRequired.loginNids ● [ApiLoginNidScalar!]! non-null scalar

Returned By

hotelReservationSection query