Mark Booking As Checked In

Description: Check in booking

Path: /api/v1/reservation/markBookingAsCheckedIn

Method: POST

Request

Attributes

* = required

chevron-righthotelSn*hashtag

integer

Identify of hotel

chevron-rightuserBookingSn*hashtag

integer

Identify of booking

Example

{
    "hotelSn": 725,
    "userBookingSn": 1840729
}

Response

Attributes

chevron-rightacknowledgedhashtag

boolean

The update has been applied yet

Example

Last updated