HotelReservation (Object)
Field represent one hotel reservation
type HotelReservation {
hotelReservationNid: HotelReservationNid!
startTimeUTC: DateTime!
endTimeUTC: DateTime!
startTimeLocal: DateTimeWithTimezone
endTimeLocal: DateTimeWithTimezone!
startTimeBaseTime: DateTime!
endTimeBaseTime: DateTime!
hotelName: String
airport: SimpleAirportType
status: HotelReservationStatusEnum!
crewContactList: [Contact!]!
crewNote: String
price: Money
isMyHotelReservation: Boolean!
}
Fields
HotelReservation.hotelReservationNid ● HotelReservationNid! non-null scalar
HotelReservation.startTimeUTC ● DateTime! non-null scalar
HotelReservation.endTimeUTC ● DateTime! non-null scalar
HotelReservation.startTimeLocal ● DateTimeWithTimezone scalar
HotelReservation.endTimeLocal ● DateTimeWithTimezone! non-null scalar
HotelReservation.startTimeBaseTime ● DateTime! non-null scalar
HotelReservation.endTimeBaseTime ● DateTime! non-null scalar
HotelReservation.hotelName ● String scalar
HotelReservation.airport ● SimpleAirportType object
HotelReservation.status ● HotelReservationStatusEnum! non-null enum
HotelReservation.crewContactList ● [Contact!]! non-null object
Requires access to resource GRAPHQL_CONTACT
HotelReservation.crewNote ● String scalar
HotelReservation.price ● Money object
HotelReservation.isMyHotelReservation ● Boolean! non-null scalar
Member Of
HotelReservationsChanges object ● HotelReservationSection object ● MySchedule object