POST api/Logging/Buffering

Log an buffering 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.BufferingDTO
NameDescriptionTypeAdditional 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.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.