POST api/Logging/AppLaunch
Log an applaunch event
Request Information
URI Parameters
Name | Description | Type | Additional 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.AppLaunchDTOName | Description | Type | Additional 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.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.