POST api/LoginActivity/MarketingCount_Add
新增EDM點擊記錄
Request Information
URI Parameters
None.
Body Parameters
MarketingCount_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| edmNumber |
EDM代號 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"edmNumber": "sample string 2"
}
text/html
Sample:
{"Ticket":"sample string 1","edmNumber":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
新增EDM點擊記錄
MarketingCount_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true
}
text/html
Sample:
{"ticketVerified":true}