Skip to content

房型价格政策

简要描述

  • 获取房型政策列表接口

请求URL

  • /Hotel/HotelRoomRateList

请求方式

  • POST

参数

参数名必选类型说明
HotelIdLong酒店id
ArrivalDateDateTime入住日期
DepartureDateDateTime离店日期

请求

curl --request POST \
  --url https://xnapi.xiaodianjia.cn/distributionApi/Hotel/HotelRoomRateList \
  --header 'Accept: */*' \
  --header 'Accept-Encoding: gzip, deflate, br' \
  --header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJQYXJ0bmVySWQiOiIzNDg5NTAwMyIsIkV4cGlyZVRpbWUiOjE3NzI2OTg1MTh9.XIs8GIF7vL8Vcq7SStI-ZB0Zwf45aVV7oib_zyNcy-4' \
  --header 'Connection: keep-alive' \
  --header 'Content-Type: application/json' \
  --header 'User-Agent: PostmanRuntime-ApipostRuntime/1.1.0' \
  --data '{
    "Version": "1.0",
    "PartnerId": "34895003",
    "Sign": "7F0530666EADA3E4A2F5980192B1992B",
    "TimeStamp": "1772698518",
    "RandomNum": "1",
    "Data": {
        "HotelId": "1474663",
        "ArrivalDate": "2026-03-04",
        "DepartureDate": "2026-03-05"
    }
}'

返回示例

{
    "Msg": "获取成功",
    "Guid": "c0365704-e68e-7926-7a68-152fe58cf8cb",
    "Success": true,
    "Status": "success",
    "Data": [
        {
            "Id": 1030958,
            "HotelId": 184454,
            "RoomId": 1030958,
            "Name": "标准双床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "单人床",
            "Area": "25",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "ERoomId":"0011"
            "Tag": 1,
            "Restrictions": 1,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030958,
                    "RatePlanId": "61039082_184454_1030958_1271507",
                    "RoomTypeId": 1030958,
                    "RatePlanName": "不含早",
                    "Status": "1",
                    "BreakfastCount": 0,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "2",
                    "RoomName": "标准双床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 276,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ],
                    "CancelRuleDec": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030958,
            "HotelId": 184454,
            "RoomId": 1030958,
            "Name": "标准双床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "单人床",
            "Area": "25",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030958,
                    "RatePlanId": "61039082_184454_1030958_1271508",
                    "RoomTypeId": 1030958,
                    "RatePlanName": "2份早餐",
                    "Status": "1",
                    "BreakfastCount": 2,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "1",
                    "RoomName": "标准双床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 291,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ],
                    "CancelRuleDec": "您的订单一经确认,将无法取消",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030961,
            "HotelId": 184454,
            "RoomId": 1030961,
            "Name": "标准大床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "大床",
            "Area": "25",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030961,
                    "RatePlanId": "61039082_184454_1030961_1271512",
                    "RoomTypeId": 1030961,
                    "RatePlanName": "不含早",
                    "Status": "1",
                    "BreakfastCount": 0,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "2",
                    "RoomName": "标准大床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 284,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ],
                    "CancelRuleDec": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030961,
            "HotelId": 184454,
            "RoomId": 1030961,
            "Name": "标准大床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "大床",
            "Area": "25",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030961,
                    "RatePlanId": "61039082_184454_1030961_1271514",
                    "RoomTypeId": 1030961,
                    "RatePlanName": "2份早餐",
                    "Status": "1",
                    "BreakfastCount": 2,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "1",
                    "RoomName": "标准大床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 299,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ],
                    "CancelRuleDec": "您的订单一经确认,将无法取消",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030962,
            "HotelId": 184454,
            "RoomId": 1030962,
            "Name": "精选双床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "单人床",
            "Area": "30",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030962,
                    "RatePlanId": "61039082_184454_1030962_1271515",
                    "RoomTypeId": 1030962,
                    "RatePlanName": "不含早",
                    "Status": "1",
                    "BreakfastCount": 0,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "2",
                    "RoomName": "精选双床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 302,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ],
                    "CancelRuleDec": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030962,
            "HotelId": 184454,
            "RoomId": 1030962,
            "Name": "精选双床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "单人床",
            "Area": "30",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030962,
                    "RatePlanId": "61039082_184454_1030962_1271516",
                    "RoomTypeId": 1030962,
                    "RatePlanName": "2份早餐",
                    "Status": "1",
                    "BreakfastCount": 2,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "1",
                    "RoomName": "精选双床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 317,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ],
                    "CancelRuleDec": "您的订单一经确认,将无法取消",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030963,
            "HotelId": 184454,
            "RoomId": 1030963,
            "Name": "精选大床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "大床",
            "Area": "30",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030963,
                    "RatePlanId": "61039082_184454_1030963_1271517",
                    "RoomTypeId": 1030963,
                    "RatePlanName": "不含早",
                    "Status": "1",
                    "BreakfastCount": 0,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "2",
                    "RoomName": "精选大床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 311,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ],
                    "CancelRuleDec": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030963,
            "HotelId": 184454,
            "RoomId": 1030963,
            "Name": "精选大床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "大床",
            "Area": "30",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030963,
                    "RatePlanId": "61039082_184454_1030963_1271518",
                    "RoomTypeId": 1030963,
                    "RatePlanName": "2份早餐",
                    "Status": "1",
                    "BreakfastCount": 2,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "1",
                    "RoomName": "精选大床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 326,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ],
                    "CancelRuleDec": "您的订单一经确认,将无法取消",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030959,
            "HotelId": 184454,
            "RoomId": 1030959,
            "Name": "舒适大床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "大床",
            "Area": "20",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030959,
                    "RatePlanId": "61039082_184454_1030959_1271509",
                    "RoomTypeId": 1030959,
                    "RatePlanName": "2份早餐",
                    "Status": "1",
                    "BreakfastCount": 2,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "1",
                    "RoomName": "舒适大床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 274,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ],
                    "CancelRuleDec": "您的订单一经确认,将无法取消",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030959,
            "HotelId": 184454,
            "RoomId": 1030959,
            "Name": "舒适大床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "大床",
            "Area": "20",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030959,
                    "RatePlanId": "61039082_184454_1030959_1275058",
                    "RoomTypeId": 1030959,
                    "RatePlanName": "不含早",
                    "Status": "1",
                    "BreakfastCount": 0,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "2",
                    "RoomName": "舒适大床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 259,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ],
                    "CancelRuleDec": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030965,
            "HotelId": 184454,
            "RoomId": 1030965,
            "Name": "高级亲子大床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "特大床",
            "Area": "40",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030965,
                    "RatePlanId": "61039082_184454_1030965_1271521",
                    "RoomTypeId": 1030965,
                    "RatePlanName": "不含早",
                    "Status": "1",
                    "BreakfastCount": 0,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "2",
                    "RoomName": "高级亲子大床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 388,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ],
                    "CancelRuleDec": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030965,
            "HotelId": 184454,
            "RoomId": 1030965,
            "Name": "高级亲子大床房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "特大床",
            "Area": "40",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030965,
                    "RatePlanId": "61039082_184454_1030965_1271522",
                    "RoomTypeId": 1030965,
                    "RatePlanName": "含2份早餐",
                    "Status": "1",
                    "BreakfastCount": 2,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "1",
                    "RoomName": "高级亲子大床房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 404,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ],
                    "CancelRuleDec": "您的订单一经确认,将无法取消",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030964,
            "HotelId": 184454,
            "RoomId": 1030964,
            "Name": "高级套房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "大床",
            "Area": "38",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030964,
                    "RatePlanId": "61039082_184454_1030964_1271519",
                    "RoomTypeId": 1030964,
                    "RatePlanName": "不含早",
                    "Status": "1",
                    "BreakfastCount": 0,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "2",
                    "RoomName": "高级套房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 371,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ],
                    "CancelRuleDec": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030964,
            "HotelId": 184454,
            "RoomId": 1030964,
            "Name": "高级套房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "大床",
            "Area": "38",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 2,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030964,
                    "RatePlanId": "61039082_184454_1030964_1271520",
                    "RoomTypeId": 1030964,
                    "RatePlanName": "含2份早餐",
                    "Status": "1",
                    "BreakfastCount": 2,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "1",
                    "RoomName": "高级套房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 386,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ],
                    "CancelRuleDec": "您的订单一经确认,将无法取消",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030966,
            "HotelId": 184454,
            "RoomId": 1030966,
            "Name": "高级家庭套房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "大床",
            "Area": "35",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 3,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030966,
                    "RatePlanId": "61039082_184454_1030966_1271523",
                    "RoomTypeId": 1030966,
                    "RatePlanName": "不含早",
                    "Status": "1",
                    "BreakfastCount": 0,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "2",
                    "RoomName": "高级家庭套房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 423,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ],
                    "CancelRuleDec": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNeedOneTime",
                            "typeFormat": "限时取消",
                            "CancelRules": [
                                {
                                    "CutType": "3",
                                    "CutValue": "0.00",
                                    "FromTime": "2025-12-10 16:10:12",
                                    "EndTime": "2025-12-10 18:00"
                                }
                            ],
                            "table": [
                                {
                                    "time": "2025-12-10 18:00前",
                                    "text": "可免费取消"
                                },
                                {
                                    "time": "2025-12-10 18:00后",
                                    "text": "扣除首晚房费"
                                }
                            ],
                            "description": "您可在2025-12-10 18:00前取消可免费取消;2025-12-10 18:00后扣除首晚房费"
                        }
                    ]
                }
            ]
        },
        {
            "Id": 1030966,
            "HotelId": 184454,
            "RoomId": 1030966,
            "Name": "高级家庭套房(语音客控+智能马桶+投屏电视+小冰箱)",
            "Bed": "大床",
            "Area": "35",
            "WindowType": "",
            "Floor": "2-3",
            "Person": 3,
            "CompanyType": 1,
            "CompanyId": 0,
            "RatePlans": [
                {
                    "HotelId": 184454,
                    "RoomId": 1030966,
                    "RatePlanId": "61039082_184454_1030966_1271524",
                    "RoomTypeId": 1030966,
                    "RatePlanName": "含2份早餐",
                    "Status": "1",
                    "BreakfastCount": 2,
                    "WindowType": "",
                    "HasWindowEnum": "",
                    "IsCancel": "1",
                    "RoomName": "高级家庭套房(语音客控+智能马桶+投屏电视+小冰箱)",
                    "CountFormat": "",
                    "AvailableAmount": "有房",
                    "CurrentAlloment": 5,
                    "MinAmount": 1,
                    "MaxAmount": 10,
                    "NightlyRates": [
                        {
                            "Date": "2025-12-10",
                            "SalePrice": 438,
                            "Status": 1,
                            "Quota": 5
                        }
                    ],
                    "CancelRule": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ],
                    "CancelRuleDec": "您的订单一经确认,将无法取消",
                    "IsInstantConfirmation": false,
                    "PrepayRules": [
                        {
                            "type": "PrepayNoChange",
                            "typeFormat": "不可取消",
                            "CancelRules": [


                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "Code": 200
}

无房返回

{"Code":"200","Msg":"该酒店暂无有效房型!","Data":""}

返回参数说明

参数名类型说明
Idstring房型id
HotelIdint奈斯酒店ID
RoomIdint奈斯房型id
Namestring房型名称
HasWindowEnumHasWindowEnum是否有窗枚举:0-无窗 1-部分有窗 2-有窗
Bedstring床型
Floorstring楼层
Areastring房间面积(部分酒店可能没有数据)
WindowTypestring窗户类型
Personint可入住人数
ERoomIdstring同程房型id
Tagint标签:1-直签酒店,2-供应商酒店
Restrictionsint分销限制:1-不限,2-仅限商旅渠道
RatePlansList政策列表

RatePlans

参数名类型说明
HotelIdint奈斯酒店ID
RoomIdint奈斯房型id
RatePlanIdstring政策id(唯一)
RoomTypeIdint奈斯房型id
RatePlanNamestring政策名称
Statusenum房态:0-关房,1-有房
BreakfastCountint早餐数量
WindowTypestring窗型
HasWindowEnumstring窗型枚举值
IsCancelstring取消类型
RoomNamestring房型名称
AvailableAmountstring房态中文
CurrentAllomentint当前可定房量,多日取库存最小值,代表连订每日可定的最大间数
CancelRuleList取消规则
CancelRuleDecstring取消规则枚举描述
IsInstantConfirmationBool是否立即确认
MinAmountint最小间数限制
MaxAmountint最大间数限制
NightlyRatesList价格日历
PrepayRulesList预付取消规则

NightlyRates

参数名类型说明
DateDateTime当日日期
SalesPricedecimal价格
Statusint0-不可订,1-可定
Quotaint库存

PrepayRules

参数名类型说明
typestring取消类型(PrepayNoChange-不可取消)
typeFormatstring取消类型枚举描述
tablelist取消时间段表格
descriptionstring取消政策详细描述
CancelRuleslist取消规则详细时间费用

CancelRules

参数名类型说明
FromTimestring取消开始时 yyyy-MM-dd HH:mm:ss
EndTimestring取消结束时 yyyy-MM-dd HH:mm:ss
CutTypeenum扣费类型:0:无费用,1:固定金额;2:比例;3:首晚房费 4:全部房费
CutValuedecimal扣费值(罚金)单位:元

table

参数名类型说明
timestring取消时间描述
textstring扣款金额描述

备注