POST api/InsertClickEvents

Request Information

URI Parameters

None.

Body Parameters

InsertClickEventsRequestModel
NameDescriptionTypeAdditional information
text

string

None.

channel_id

string

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "text": "sample string 1",
  "channel_id": "sample string 2",
  "token": "sample string 3"
}

application/xml, text/xml

Sample:
<InsertClickEventsRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChannelAPI.Classes">
  <token>sample string 3</token>
  <channel_id>sample string 2</channel_id>
  <text>sample string 1</text>
</InsertClickEventsRequestModel>

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

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.