POST api/hotel/agentsys/cancel/notice

取消申请通知

Request Information

URI Parameters

None.

Body Parameters

TC_HotelCancelNoticeRQContract
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TC_HotelCancelNoticeRQContract'.

Response Information

Resource Description

取消申请通知

ReturnResult
NameDescriptionTypeAdditional information
code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2"
}