Get Booking Detail API
Description: Get booking detail
Path: /api/v2/reservation/getBookingDetail
Method: POST
Content Type/Accept Type: application/json
Request
Attributes
* = required
Description: Get booking detail
Path: /api/v2/reservation/getBookingDetail
Method: POST
Content Type/Accept Type: application/json
* = required
{
"clientId": "04x1236-f424-4728-8oba-3652fc5059e1",
"timestamp": 1689583111,
"transactionId": "G1"
}{
"code": 1,
"message": "All went well, and (usually) some data was returned.",
"error": null,
"data": {
"bookingNo": 1933436,
"transactionId": "G1",
"checkIn": "2023-08-31 14:00",
"checkOut": "2023-09-02 12:00",
"bookingStatus": 1,
"bookingType": 3,
"hotelName": "ĐỨC ĐẠT HOTEL",
"roomTypeName": "Standard Room",
"countryCode": "84",
"mobile": "0392967141",
"flashSale": false,
"directDiscount": false,
"highDemand": false,
"totalAmount": 600000,
"amountFromUser": 600000
},
"timestamp": 1693468670
}