GET api/License?affiliateId={affiliateId}&offerId={offerId}
Used by the Licensor to request a trailer license.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
affiliateId |
The affiliate identifier. |
integer |
Required |
offerId |
Offer id |
integer |
Required |
v |
The requested API version |
string |
Required Default value is 3 |
Body Parameters
None.
Response Information
Resource Description
Used by the Licensor to request a trailer license.
FilmFlex.Platform.Common.API.Contracts.V2.Ams.TrailerLicenseResponseDTOName | Description | Type | Additional information |
---|---|---|---|
Source | string |
None. |
|
ProtectionInfos | Collection of FilmFlex.Platform.Common.API.Contracts.V2.AMS.ProtenctionInfoDTO |
None. |
|
DeliveryProtocol | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Source": "sample string 1", "ProtectionInfos": [ { "ProrectionType": "sample string 1", "CertificateUrl": "sample string 2", "AuthenticationToken": "sample string 3", "AuthenticationHeaderName": "sample string 4", "laurl": "sample string 5", "License": "sample string 6" }, { "ProrectionType": "sample string 1", "CertificateUrl": "sample string 2", "AuthenticationToken": "sample string 3", "AuthenticationHeaderName": "sample string 4", "laurl": "sample string 5", "License": "sample string 6" } ], "DeliveryProtocol": [ "sample string 1", "sample string 2" ] }