POST api/tourgroup/alloment/confirm
确认位置
Request Information
URI Parameters
None.
Body Parameters
TourGroupAllomentConfirmReqContractName | Description | Type | Additional information |
---|---|---|---|
tourItemId |
tourItemId |
string |
None. |
newholdid |
new holdid |
string |
None. |
adultqty |
成人数量 |
integer |
None. |
chdqty |
占床小童数量 |
integer |
None. |
uchdqty |
不占床小童数量 |
integer |
None. |
infqty |
婴儿数量 |
integer |
None. |
custname |
客户名称 |
string |
None. |
custphone |
客户电话 |
string |
None. |
custcard |
卡号 |
string |
None. |
insurcode |
保险代码 |
string |
None. |
insurperprice |
保险单价 |
decimal number |
None. |
totalamt |
总金额 |
decimal number |
None. |
depositamt |
定金 |
decimal number |
None. |
discountAmt |
优惠金额 |
decimal number |
None. |
specialrequest |
特殊需求 |
string |
None. |
transid |
交易号 |
string |
None. |
elevyAmt |
税金额 |
decimal number |
None. |
memberId | string |
None. |
|
string |
None. |
||
orderNo | string |
None. |
|
emerphone | string |
None. |
|
emercontact | string |
None. |
|
IntegralDiscount | decimal number |
None. |
|
AccountDiscountAmt | decimal number |
None. |
|
AccountDiscountDescript | string |
None. |
|
CouponDiscountAmt1 | decimal number |
None. |
|
CouponDiscountDescript1 | string |
None. |
|
CouponDiscountAmt2 | decimal number |
None. |
|
CouponDiscountDescript2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "tourItemId": "sample string 1", "newholdid": "sample string 2", "adultqty": 3, "chdqty": 4, "uchdqty": 5, "infqty": 6, "custname": "sample string 7", "custphone": "sample string 8", "custcard": "sample string 9", "insurcode": "sample string 10", "insurperprice": 11.0, "totalamt": 12.0, "depositamt": 13.0, "discountAmt": 14.0, "specialrequest": "sample string 15", "transid": "sample string 16", "elevyAmt": 17.0, "memberId": "sample string 18", "email": "sample string 19", "orderNo": "sample string 20", "emerphone": "sample string 21", "emercontact": "sample string 22", "IntegralDiscount": 23.0, "AccountDiscountAmt": 24.0, "AccountDiscountDescript": "sample string 25", "CouponDiscountAmt1": 26.0, "CouponDiscountDescript1": "sample string 27", "CouponDiscountAmt2": 28.0, "CouponDiscountDescript2": "sample string 29" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
确认位置
ReturnResultOfTourGroupAllomentConfirmRespContractName | Description | Type | Additional information |
---|---|---|---|
data | TourGroupAllomentConfirmRespContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "bkId": "sample string 1" }, "code": 1, "message": "sample string 2" }