POST api/AppraisalOrder/AppraisalOrderPayShow
獲取估價單結賬方式
Request Information
URI Parameters
None.
Body Parameters
AppraisalOrderPayShow_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| userId |
會員帳號 |
string |
Required |
| quotationNumber |
估價單編號 |
string |
Required |
| UseProfit |
紅利點數 |
integer |
None. |
| couponId |
折價卷編號 |
globally unique identifier |
None. |
| cardNumber |
信用卡號 |
string |
None. |
| CardID |
常用信用卡ID |
string |
None. |
| couponNumber |
前台有輸入折價券序號 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"userId": "sample string 2",
"quotationNumber": "sample string 3",
"UseProfit": 4,
"couponId": "95bea73d-402e-463e-a122-d45ce031561a",
"cardNumber": "sample string 5",
"CardID": "sample string 6",
"couponNumber": "sample string 7"
}
text/html
Sample:
{"Ticket":"sample string 1","userId":"sample string 2","quotationNumber":"sample string 3","UseProfit":4,"couponId":"95bea73d-402e-463e-a122-d45ce031561a","cardNumber":"sample string 5","CardID":"sample string 6","couponNumber":"sample string 7"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
獲取估價單結賬方式
AppraisalOrderPayShow_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| installments |
可付款清單 |
Collection of CarModel_installments |
None. |
| SendPoint |
贈送的紅利 |
integer |
None. |
| MaxBonusDeduction |
最大可抵用紅利 |
integer |
None. |
| MemBonus |
尚有N點紅利 |
integer |
None. |
| PointReliveDiscount |
紅利折扣上限N% |
integer |
None. |
| coupon |
是否適用折價券 |
boolean |
None. |
| totalProPrice |
商品金額總計 |
decimal number |
None. |
| totalOrderPrice |
訂單金額總計 |
decimal number |
None. |
| totalCouponPrice |
折價卷抵扣金額 |
decimal number |
None. |
| totalUseProfit |
紅利點數 |
integer |
None. |
| serviceImgaeURL |
商品圖片 |
string |
None. |
| serviceName |
服務商品名稱 |
string |
None. |
| serviceNo |
服務商品編號 |
string |
None. |
| couponsNumber |
是否輸入折價劵序號 |
boolean |
None. |
| gifts |
贈品 |
Collection of AppraisalOrderPayShow_gifts |
None. |
| postResult |
FB API Post回傳值 |
TaskOfString |
None. |
| discountText |
推薦折扣說明 |
string |
None. |
| couponId |
折價卷編號 |
globally unique identifier |
None. |
| couponNumber |
折價券序號 |
string |
None. |
| needServiceDatea |
「客人要等購買後再約定服務日期」(true / false) |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"installments": [
{
"name": "sample string 1",
"periods": 2,
"interestRate": 1.0,
"periodPrice": 3.0,
"firstPeriodPrice": 4.0,
"banks": [
"sample string 1",
"sample string 2"
],
"toalPrice": 5.0,
"installmentNo": "sample string 6",
"IsSelect": true
},
{
"name": "sample string 1",
"periods": 2,
"interestRate": 1.0,
"periodPrice": 3.0,
"firstPeriodPrice": 4.0,
"banks": [
"sample string 1",
"sample string 2"
],
"toalPrice": 5.0,
"installmentNo": "sample string 6",
"IsSelect": true
}
],
"SendPoint": 2,
"MaxBonusDeduction": 3,
"MemBonus": 4,
"PointReliveDiscount": 5,
"coupon": true,
"totalProPrice": 7.0,
"totalOrderPrice": 8.0,
"totalCouponPrice": 9.0,
"totalUseProfit": 10,
"serviceImgaeURL": "sample string 11",
"serviceName": "sample string 12",
"serviceNo": "sample string 13",
"couponsNumber": true,
"gifts": [
{
"ProNo": "sample string 1",
"productName": "sample string 2",
"amount": 3
},
{
"ProNo": "sample string 1",
"productName": "sample string 2",
"amount": 3
}
],
"discountText": "sample string 15",
"couponId": "2ecceebc-006f-4dca-9bf3-0beca0686695",
"couponNumber": "sample string 16",
"needServiceDatea": true
}
text/html
Sample:
{"ticketVerified":true,"installments":[{"name":"sample string 1","periods":2,"interestRate":1.0,"periodPrice":3.0,"firstPeriodPrice":4.0,"banks":["sample string 1","sample string 2"],"toalPrice":5.0,"installmentNo":"sample string 6","IsSelect":true},{"name":"sample string 1","periods":2,"interestRate":1.0,"periodPrice":3.0,"firstPeriodPrice":4.0,"banks":["sample string 1","sample string 2"],"toalPrice":5.0,"installmentNo":"sample string 6","IsSelect":true}],"SendPoint":2,"MaxBonusDeduction":3,"MemBonus":4,"PointReliveDiscount":5,"coupon":true,"totalProPrice":7.0,"totalOrderPrice":8.0,"totalCouponPrice":9.0,"totalUseProfit":10,"serviceImgaeURL":"sample string 11","serviceName":"sample string 12","serviceNo":"sample string 13","couponsNumber":true,"gifts":[{"ProNo":"sample string 1","productName":"sample string 2","amount":3},{"ProNo":"sample string 1","productName":"sample string 2","amount":3}],"discountText":"sample string 15","couponId":"2ecceebc-006f-4dca-9bf3-0beca0686695","couponNumber":"sample string 16","needServiceDatea":true}