POST api/Logging/Pageview

Log an pageview event

Request Information

URI Parameters

NameDescriptionTypeAdditional information
v

The requested API version

string

Default value is 2.0

Body Parameters

The data associated with the event

FilmFlex.Platform.Common.API.Contracts.V2.PageviewDTO
NameDescriptionTypeAdditional information
PageName

string

None.

UserId

string

None.

DeviceId

string

None.

AffiliateId

integer

None.

SessionId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PageName": "sample string 1",
  "UserId": "sample string 2",
  "DeviceId": "sample string 3",
  "AffiliateId": 4,
  "SessionId": "sample string 5"
}

Response Information

Resource Description

Log an pageview event

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.