POST api/hotel/order/cancel/{orderid}
取消酒店订单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderid |
订单唯一编号 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
取消酒店订单
ReturnResultOfHotelCancelResContractName | Description | Type | Additional information |
---|---|---|---|
data | HotelCancelResContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "reservid": "sample string 1", "type": "sample string 2", "warntext": "sample string 3", "status": "sample string 4" }, "code": 1, "message": "sample string 2" }