POST api/License/RecordLicenseIssued/{affiliateId}/{purchaseOrderItemId}

Record that a DRM License has been issued

Request Information

URI Parameters

NameDescriptionTypeAdditional information
affiliateId

The affiliate Id

integer

Required

purchaseOrderItemId

The purchase order number

integer

Required

v

The requested API version

string

Required

Default value is 1

Body Parameters

The rights manager license issues data

FilmFlex.Platform.Common.API.Contracts.V1.RightsManLicenseIssuedDTO
NameDescriptionTypeAdditional information
IpAddress

The IP Address of the Client

string

None.

TimeIssued

The date and time the license was issued

date

None.

KeyId

The license Key Id

globally unique identifier

None.

DeviceId

The unique device identifier

globally unique identifier

None.

IsPersistent

Is the license a persistent one

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IpAddress": "sample string 1",
  "TimeIssued": "2025-08-29T19:56:35.9255086+00:00",
  "KeyId": "c7e41349-b3f7-43e7-a2d5-2d8acd36aedd",
  "DeviceId": "43644c0d-1b31-408f-ae00-41aa36fddf8a",
  "IsPersistent": true
}

Response Information

Resource Description

Record that a DRM License has been issued

boolean

Response Formats

application/json, text/json

Sample:
true