Search for an existing reservation
GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations?text=jones
Request Params
Key | Datatype | Required | Description |
---|
surname | null | | |
givenName | string | | |
text | string | | Free text search field |
arrivalEndDate | string | | |
arrivalStartDate | null | | |
departureEndDate | string | | |
departureStartDate | string | | |
expectedArrivalEndTime | string | | |
expectedArrivalStartTime | string | | |
expectedReturnEndTime | string | | |
expectedReturnStartTime | null | | |
companyNames | null | | |
travelAgentIds | null | | |
profileIds | number | | |
membershipCardNumber | number | | |
membershipLevels | string | | |
membershipTypes | string | | |
anyVIPStatus | null | | |
vipCodes | string | | |
guaranteeCode | string | | |
paymentMethod | string | | |
createdBy | number | | |
cancelledOn | null | | |
ratePlanCodes | null | | |
sourceCodes | string | | |
marketCodes | string | | |
excludeBlockReservations | boolean | | |
blockName | string | | |
blockIds | null | | |
blockCodes | null | | |
customReference | null | | |
recordLocator | string | | |
roomAssignedOnly | string | | |
roomUnassignedOnly | string | | |
housekeepingRoomStatuses | string | | |
roomClasses | null | | |
communication | null | | |
fetchInstructions | null | | |
allowPreRegistration | null | | |
actualDepartures | null | | |
complimentaryReservations | null | | |
dayUse | null | | |
earlyDepartures | null | | |
expectedArrivals | null | | |
expectedDepartures | null | | |
stayDate | null | | |
roomRoutingId | null | | |
excludePseudoRoomReservations | null | | |
excludeReservationIds | number | | |
excludeVIPStatusCodes | string | | |
excludeSpecials | null | | |
excludeFloorPreferences | null | | |
excludeAdvanceCheckedIn | null | | |
reservationStatuses | string | | |
transportationCodes | null | | |
roomReadyStatuses | string | | |
Key | Datatype | Required | Description |
---|
Content-Type | string | | |
x-hotelid | string | | |
x-app-key | string | | |