POST api/LoginActivity/MarketingLoginCount_Cancel
取消登記活動
Request Information
URI Parameters
None.
Body Parameters
MarketingLoginCount_Cancel_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| userId |
使用者帳號 |
string |
None. |
| activityId |
活動Id |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"userId": "sample string 2",
"activityId": "sample string 3"
}
text/html
Sample:
{"Ticket":"sample string 1","userId":"sample string 2","activityId":"sample string 3"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
取消登記活動
MarketingLoginCount_Cancel_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| status |
取消登記狀態"0:系統錯誤/取消失敗1:取消登記成功" |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"status": 2
}
text/html
Sample:
{"ticketVerified":true,"status":2}