POST api/hotel/agentsys/book/supplier/info

获取供应商编码信息

Request Information

URI Parameters

None.

Body Parameters

TC_HotelOrderOrgRQContract
NameDescriptionTypeAdditional information
bookingcode

预定码

string

None.

authuser

用户身份信息

TC_UserContract

None.

Request Formats

application/json, text/json

Sample:
{
  "bookingcode": "sample string 1",
  "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_HotelOrderOrgRQContract'.

Response Information

Resource Description

获取供应商编码信息

ReturnResultOfTC_HotelOrderOrgRSContract
NameDescriptionTypeAdditional information
data

TC_HotelOrderOrgRSContract

None.

code

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

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {
    "suppliercode": "sample string 1",
    "confirmcodes": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "code": 1,
  "message": "sample string 2"
}