POST api/Bonus/Evaluate_BonusGet
取得後台紅利點數設定
Request Information
URI Parameters
None.
Body Parameters
Evaluate_Bonus_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1"
}
text/html
Sample:
{"Ticket":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
取得後台紅利點數設定
Evaluate_Bonus_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| BonusNum |
紅利回饋點數 |
integer |
None. |
| KiTime |
修改時間 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"BonusNum": 2,
"KiTime": "sample string 3"
}
text/html
Sample:
{"ticketVerified":true,"BonusNum":2,"KiTime":"sample string 3"}