GET api/hotel/techson/order/query/list/{lang}?fromTime={fromTime}&endTime={endTime}
订单列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang |
语言(zh-hk,zh-cn,en-us) |
string |
Required |
fromTime |
开始日期 |
date |
Required |
endTime |
结束日期 |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
订单列表
ReturnResultOfListOfHotelOrderListRSContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of HotelOrderListRSContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "createdate": "sample string 1", "bookingcode": "sample string 2", "status": "sample string 3" }, { "createdate": "sample string 1", "bookingcode": "sample string 2", "status": "sample string 3" } ], "code": 1, "message": "sample string 2" }