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
Key | Datatype | Required | Description |
---|---|---|---|
x-hotelid | string | ||
Accept | string | ||
x-app-key | string | ||
x-externalsystem | string | ||
x-hotelid | string |
RESPONSES
status: Created
{}