Common Workflows-Add an Accompanying Guest to a Reservation
Number of APIs: 4
-
Search for an existing reservation GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations?text=jones
-
Search for Guest Profile GET {{HostName}}/crm/v1/profiles?profileName=Smith&profileType=Guest&summaryInfo=true&searchType=Any&fetchInstructions=Comment
-
Create New Profile If one doesn't exist POST {{HostName}}/crm/v1/profiles
-
Update Reservation - add accompanying profile PUT {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}