GET api/hotel/techson/order/query/status/{lang}/{bookingCode}
查询订单状态
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| lang | 
                         语言(zh-hk,zh-cn,en-us)  | 
                    string | 
                                 Required  | 
                
| bookingCode | 
                         订单编号  | 
                    string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
查询订单状态
ReturnResultOfHotelOrderStatusRSContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | HotelOrderStatusRSContract | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": {
    "status": "sample string 1",
    "amendstatus": "sample string 2"
  },
  "code": 1,
  "message": "sample string 2"
}