Reservation Guest Profile Endpoints Modification
On the Guest Profile Endpoints Listed below, two modifications have been made:
- The "LastUpdateDate" was reflecting RoomKeyPMS Server Time Zone (Pacific Time); Time will now reflect the time based on the properties Time Zone
- An additional field is now available to signify that the guest would like to join the property's Loyalty Program: <JoinLoyalty>
- GET hotels/{hotelId}/reservations/guestprofile/reservations?key={key}
- GET hotels/{hotelId}/reservations/guestprofile/cancellations?key={key}&fromDate={fromDate}&toDate={toDate}
- GET hotels/{hotelId}/reservations/guestprofile?key={key}&fromDate={fromDate}&toDate={toDate}
- GET hotels/{hotelId}/reservations/guestprofile/reserved?key={key}&fromDate={fromDate}&toDate={toDate}
- GET hotels/{hotelId}/reservations/guestprofile/inhouse?key={key}
- GET hotels/{hotelId}/reservations/guestprofile/checkedout?key={key}&fromDate={fromDate}&toDate={toDate}
Reservation Endpoint Modification
Reservation Endpoints Modification:
On the Reservation Endpoints listed below, the "CreatedDate" was reflecting RoomKeyPMS Server Time Zone (Pacific Time); Time will now reflect the time based on the properties Time Zone: