GET api/License/RequestLeapFrogLicense/{affiliateId}?token={token}
Requests license for LeapFrog STB's.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
affiliateId |
The affiliate identifier. |
integer |
Required |
token |
The token. |
string |
Required |
v |
The requested API version |
string |
Default value is 2.0 |
Body Parameters
None.
Response Information
Resource Description
Requests license for LeapFrog STB's.
FilmFlex.Platform.Common.API.Contracts.V2.LicenseDTOName | Description | Type | Additional information |
---|---|---|---|
EntitlementId | integer |
None. |
|
DrmProfile | string |
None. |
|
ExpirationDate | date |
None. |
|
FirstPlayExpiration | time interval |
None. |
Response Formats
application/json, text/json
Sample:
{ "EntitlementId": 1, "DrmProfile": "sample string 2", "ExpirationDate": "2025-09-04T07:10:15.6418975+00:00", "FirstPlayExpiration": "00:00:00.1234567" }