Select
Schemas
Errors
|
|
Name | Type | Required | Description |
---|---|---|---|
anonymous | [Error] | false | none |
Error
|
|
Name | Type | Required | Description |
---|---|---|---|
code | string | false | none |
title | string | false | none |
details | string | false | none |
CreateSubscriptionBody
|
|
Name | Type | Required | Description |
---|---|---|---|
subscriptionId | string | true | The subscriptionId will be sent as the entitlement ID, an unique identifier of product(s) to which a customer is entitled. |
products | Products | true | List of product identifiers. |
CreateSubscriptionResponse
|
|
None
ModifySubscriptionBody
|
|
Name | Type | Required | Description |
---|---|---|---|
products | Products | true | List of product identifiers. |
SuspendSubscriptionBody
|
|
Name | Type | Required | Description |
---|---|---|---|
products | Products | true | List of product identifiers. |
ReactivateSubscriptionBody
|
|
Name | Type | Required | Description |
---|---|---|---|
products | Products | true | List of product identifiers. |
SubscriptionStatus
|
|
Name | Type | Required | Description |
---|---|---|---|
entitled | string | true | Status field indicating whether the subject can watch content. |
cancellation | string | false | Indicates why a subscription has been canceled. |
products | Products | true | List of product identifiers. |
activated | string | true | The status of an active subscription |
lastUpdated | string(date-time) | true | ISO-8601 timestamp indicating when this subscription was last updated. |
Property | Values |
---|---|
entitled | one of [ACTIVE, BILLING_HOLD, CANCELED, GRACE_PERIOD] |
cancellation | one of [VOLUNTARY, INVOLUNTARY, PLAN_SWITCHED, ABUSE_REVOCATION, UNKNOWN] |
activated | one of [LINKED, UNLINKED] |
ActivationUrlRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
products | Products | true | List of product identifiers. |
country | string | true | none |
expireDate | string(date-time) | true | ISO-8601 timestamp indicating when the activation will expire |
ActivationUrlResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
expiryDate | string | false | Date when activation URL expires in ISO 8601 format. |
url | string | true | Activation URL. |
WorkflowResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
message | string | false | none |
workflowId | string | false | none |
runId | string | false | none |
Products
|
|
None