Update Room Type Info
Description: Update room type info
Path: /api/v1/hotel/updateRoomTypeInfo
Method: POST
Request
Attributes
* = required
Example
Response
Attributes
Example
Last updated
Description: Update room type info
Path: /api/v1/hotel/updateRoomTypeInfo
Method: POST
* = required
Last updated
{
"hotelSn": 725,
"roomTypeSn": 73667,
"name": "Lịch sử 2",
"numOfRoomHotel": 10,
"square": 10,
"memo": "abcdef",
"imageList": [
{
"sn": 504229,
"fullUrl": "https://staging-s3.go2joy.vn/350w/hotel/725/242_1748961973_683f0ab59763b.webp",
"firstDisplay": 1,
"flag": 3
},
{
"sn": 504227,
"fullUrl": "https://staging-s3.go2joy.vn/350w/hotel/725/242_1748961826_683f0a22bef17.webp",
"firstDisplay": 0,
"flag": 3
}
],
"roomBedTypeSnList": [
38616
],
"roomViewSnList": [
4
],
"facilitySnList": [
798
]
}{
"code": 1,
"message": "Thành công",
"error": null,
"data": {
"acknowledged": true,
"needsToSendRequest": true
},
"timestamp": 1749465304
}