POST api/v1/Account/ClickInfoLog

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objCommclickinfolog
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MemberID": "sample string 1",
  "CampaignID": "sample string 2",
  "CouponID": "sample string 3",
  "UPC": "sample string 4",
  "CommChannelID": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Commclickinfolog'.