POST api/HiLife/PayedHiLifeProcess
PayedHiLifeProcess 付款成功 萊爾富 取號 發簡訊
Request Information
URI Parameters
None.
Body Parameters
PayedHiLifeProcess_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| userId |
會員帳號 |
string |
Required |
| Ticket |
身份票據 |
string |
Required |
| ShopNo |
購物車編號 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": "sample string 1",
"Ticket": "sample string 2",
"ShopNo": "sample string 3"
}
text/html
Sample:
{"userId":"sample string 1","Ticket":"sample string 2","ShopNo":"sample string 3"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PayedHiLifeProcess 付款成功 萊爾富 取號 發簡訊
PayedHiLifeProcess_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| ErrMsg |
錯誤訊息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"ErrMsg": "sample string 2"
}
text/html
Sample:
{"ticketVerified":true,"ErrMsg":"sample string 2"}