Clear Location Notification

POST {{HostName}}/lms/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/locationNotifications

Request Body

{"reservationId"=>{"id"=>"{{ReservationId}}", "type"=>"Reservation"}, "activityTime"=>{"startDateTime"=>"2023-10-26T06:00:15.001Z", "endDateTime"=>"2023-10-26T07:00:00.001Z"}, "locationText"=>{"value"=>"SPA", "language"=>"E"}, "profileId"=>{"id"=>"{{ProfileId}}", "type"=>"Profile"}, "description"=>{"value"=>"LOCATION NOTIF TEST", "language"=>"E"}, "locationNotificationStatus"=>"Clear", "otherLocationNotificationStatus"=>"TEST"}

HEADERS

KeyDatatypeRequiredDescription
x-hotelidstring
Acceptstring
x-app-keystring
x-externalsystemstring
x-hotelidstring

RESPONSES

status: Created

{}