POST api/hotel/curx/cancel/notice
取消申请通知
Request Information
URI Parameters
None.
Body Parameters
AsHotelCancelNoticeRQContractName | Description | Type | Additional information |
---|---|---|---|
bookingcode | string |
None. |
|
lang | string |
None. |
|
reason | string |
None. |
|
authuser |
用户身份信息 |
AsUserContract |
None. |
Request Formats
application/json, text/json
Sample:
{ "bookingcode": "sample string 1", "lang": "sample string 2", "reason": "sample string 3", "authuser": { "userid": "sample string 1", "password": "sample string 2" } }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
取消申请通知
ReturnResultName | Description | Type | Additional information |
---|---|---|---|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2" }