POST api/hotel/totalstay/order/precancel/{bookingCode}
预取消订单
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| bookingCode | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
预取消订单
ReturnResultOfTsHotelPreCanncelRSContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | TsHotelPreCanncelRSContract | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": {
    "bookingcode": "sample string 1",
    "canceltoken": "sample string 2",
    "cancelcost": "sample string 3"
  },
  "code": 1,
  "message": "sample string 2"
}