Common Workflows-Add an Accompanying Guest to a Reservation

Number of APIs: 4

  1. Search for an existing reservation GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations?text=jones

  2. Search for Guest Profile GET {{HostName}}/crm/v1/profiles?profileName=Smith&profileType=Guest&summaryInfo=true&searchType=Any&fetchInstructions=Comment

  3. Create New Profile If one doesn't exist POST {{HostName}}/crm/v1/profiles

  4. Update Reservation - add accompanying profile PUT {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}