{
"cancelRestrictionTime": "2025-04-15 18:00",
"checkInDate": "2025-04-15",
"checkOutDate": "2025-04-16",
"hotelId": "1001202501090044289",
"payType": "PP",
"ratePlanId": "1003202504020000648",
"roomId": "100220250109240768",
"roomNum": 1,
"totalPrice": 516,
"channel": "106001001",
// "version": 2,
"supplyCode": "",
"roomName": "大床房",
"breakfastNum": 1,
"guaranteeMode": ""
}curl --location --request POST '/api/hotel/checkAvail' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJsaXV4dSIsImlhdCI6MTc0NDE2ODQ4NSwiZXhwIjoxNzQ0MjU0ODg1fQ.Q3177SzhuJXg-6qHblR6_l6nlo_JPwuKgtBBa88QOFg' \
--header 'Tenant-Id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancelRestrictionTime": "2025-04-15 18:00",
"checkInDate": "2025-04-15",
"checkOutDate": "2025-04-16",
"hotelId": "1001202501090044289",
"payType": "PP",
"ratePlanId": "1003202504020000648",
"roomId": "100220250109240768",
"roomNum": 1,
"totalPrice": 516,
"channel": "106001001",
// "version": 2,
"supplyCode": "",
"roomName": "大床房",
"breakfastNum": 1,
"guaranteeMode": ""
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"code": "",
"desc": "",
"errorMsg": "",
"no": "",
"ratePlanId": "",
"roomName": "",
"priceChange": false,
"totalPrice": 0.0,
"averagePrice": 0.0,
"dailyPrices": [
{
"breakfast": 0,
"lunch": 0,
"dinner": 0,
"displayCurrency": 0.0,
"fees": 0.0,
"currency": "",
"effectiveDate": "",
"buyPrice": 0.0,
"zqBuyPrice": 0.0,
"standardPrice": 0.0,
"roomPrice": 0.0,
"promotion": "",
"date": "",
"costPrice": 0.0,
"salePrice": 0.0,
"ruleSalePrice": 0.0
}
],
"paragraph": [
""
],
"prompt": [
""
],
"availabilityStatus": "",
"availableQuantity": 0,
"supplierID": "",
"invoiceTargetType": 0,
"buyPrice": 0.0,
"cancelStart": "",
"guaranteeMode": "",
"isExceedCode": "",
"isExceedDesc": "",
"excessAmount": 0.0
}
}