POST api/hotel/order/voucher

订单凭证(已使用)

Request Information

URI Parameters

None.

Body Parameters

HotelIssueVoucherRQContract
NameDescriptionTypeAdditional information
ReferenceNo

订单编号

string

None.

CustomerRef

CustomerRef

string

None.

Remarks

备注

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ReferenceNo": "sample string 1",
  "CustomerRef": "sample string 2",
  "Remarks": "sample string 3"
}

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 'HotelIssueVoucherRQContract'.

Response Information

Resource Description

订单凭证(已使用)

ReturnResultOfHotelIssueVoucherRSContract
NameDescriptionTypeAdditional information
data

HotelIssueVoucherRSContract

None.

code

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

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {
    "Status": true,
    "VoucherNumber": "sample string 2"
  },
  "code": 1,
  "message": "sample string 2"
}