POST api/v1/Account/PushTextClickLog

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objCOMMPushTextClickLog
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MemberID": "sample string 1",
  "PushTextCampaignID": "sample string 2",
  "SourceUPC": "sample string 3",
  "TargetUPC": "sample string 4",
  "CouponID": "sample string 5",
  "CommChannelID": "sample string 6"
}

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 'COMMPushTextClickLog'.