GET api/v1/SelfCheckin/GetRoomTypeRooms?hotelId={hotelId}&checkInDay={checkInDay}&checkOutDay={checkOutDay}&roomTypeId={roomTypeId}
查询某个房型可入住房间
请求信息(Request)
URI 参数
名称 | 描述 | 类型 | 备注 |
---|---|---|---|
hotelId | integer |
Required |
|
checkInDay | date |
Required |
|
checkOutDay | date |
Required |
|
roomTypeId | integer |
Required |
Body 参数
None.
响应信息(Response)
资源描述
RequestResultOfListOfHotelRoomNDTO名称 | 描述 | 类型 | 备注 |
---|---|---|---|
Data | HotelRoomNDTO 集合 |
None. |
|
Status |
状态(0:成功,1:失败) |
integer |
None. |
Message |
导致失败的相关消息 |
string |
None. |
Total |
集合总数,用于分页时使用 |
integer |
None. |
响应格式
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: