POST api/Logging/AppLaunch

Log an applaunch 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.AppLaunchDTO
NameDescriptionTypeAdditional information
UserId

string

None.

AffiliateId

integer

None.

TsnNumber

integer

None.

AppSessionId

string

None.

TimeInApp

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "AffiliateId": 2,
  "TsnNumber": 3,
  "AppSessionId": "sample string 4",
  "TimeInApp": 5
}

Response Information

Resource Description

Log an applaunch event

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.