POST api/hotel/agentsys/cancel/notice
取消申请通知
Request Information
URI Parameters
None.
Body Parameters
TC_HotelCancelNoticeRQContractName | Description | Type | Additional information |
---|---|---|---|
bookingcode |
预定码 |
string |
None. |
lang |
语言 |
string |
None. |
reason |
原因 |
string |
None. |
authuser |
用户身份信息 |
TC_UserContract |
None. |
Request Formats
application/json, text/json
Sample:
{ "bookingcode": "sample string 1", "lang": "sample string 2", "reason": "sample string 4", "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" }