POST api/LoginActivity/GetMarketingModel
取得活動登記狀態
Request Information
URI Parameters
None.
Body Parameters
MarketingModel_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| activityId |
活動Id |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"activityId": "sample string 2"
}
text/html
Sample:
{"Ticket":"sample string 1","activityId":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
取得活動登記狀態
MarketingModel_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| limit |
是否限制人數 |
boolean |
None. |
| full |
是否額滿 |
boolean |
None. |
| count |
已登記人數 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"limit": true,
"full": true,
"count": 4
}
text/html
Sample:
{"ticketVerified":true,"limit":true,"full":true,"count":4}