Fetch Changed Booking List

Description: used to retrieve the list of bookings that have been modified (Ex: Change status, ...)

Path: /api/v1/reservation/fetchChangedBookingList

Method: GET

Request

Attributes

* = required

hotelSn*

integer

Identify of hotel

date

string

Required. The date must be between today and 7 days ago. Format: Y-m-d

page

integer

Page’s number

Response

Attributes

changedBookingNoList

array

Go2Joy’s Identity of booking list

Example

Last updated