Get Add On Product List
Description: Get add-on product list
Path: /api/v1/hotel/getAddOnProductList
Method: GET
Request
Attributes
* = required
Response
Attributes
Example
Last updated
Description: Get add-on product list
Path: /api/v1/hotel/getAddOnProductList
Method: GET
* = required
Last updated
{
"code": 1,
"message": "All went well, and (usually) some data was returned",
"error": null,
"data": {
"addOnProductList": [
{
"hotelProductName": "Card 50k",
"hotelProductNameEn": "Card 50k",
"hotelProductTypeName": "Thẻ điện thoại",
"hotelProductTypeNameEn": "Mobile card",
"imageFullUrl": "https://staging-s3.go2joy.vn/350w/hotel/242_1747488082_68288d523a8d6.png",
"price": 50000,
"prepare": 1,
"description": "Card ĐT"
}
]
},
"timestamp": 1750155492
}