POST api/LoginActivity/MarketingLoginCount_insert

登記活動

Request Information

URI Parameters

None.

Body Parameters

MarketingLoginCount_Insert_Input
NameDescriptionTypeAdditional 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_Insert_Output
NameDescriptionTypeAdditional information
status

登記狀態"0:已額滿1:登記成功2:已登記3:未到登記時間4:登記時間已結束5:活動已取消6:未符合活動條件"

integer

None.

ticketVerified

驗證是否通過

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "ticketVerified": true
}

text/html

Sample:
{"status":1,"ticketVerified":true}