Mark Booking As Checked In

Description: Check in booking

Path: /api/v1/reservation/markBookingAsCheckedIn

Method: POST

Request

Attributes

* = required

hotelSn*

integer

Identify of hotel

userBookingSn*

integer

Identify of booking

Example

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

Response

Attributes

acknowledged

boolean

The update has been applied yet

Example

Last updated