POST api/Logging/Buffering
Log an buffering 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.BufferingDTOName | Description | Type | Additional information |
---|---|---|---|
UserId | string |
None. |
|
DeviceId | string |
None. |
|
AffiliateId | integer |
None. |
|
DurationInSeconds | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "sample string 1", "DeviceId": "sample string 2", "AffiliateId": 3, "DurationInSeconds": 4 }
Response Information
Resource Description
Log an buffering event
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.