POST api/localtravel/klook/book/cancel?lang={lang}&klookorderid={klookorderid}
KLOOK取消
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang | string |
Required |
|
klookorderid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
KLOOK取消
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" }