Subscription¶
A Subscription resource represents a subscription.
Resource definition¶
{
"Id": 123,
"PublisherSubscriptionId": "f74ccc97-1bc2-462f-9206-88d18635a3a6",
"Quantity": 1,
"Name": "My customer AB",
"Status": 1,
"OrderId": "08e27c60-a160-439c-9420-207263fbf2b6",
"Publisher": {
"Id": 1,
"Name": "Subscription publisher"
},
"Organization": {
"Id": 3869,
"Name": "My company AB"
},
"CustomerTenant": {
"Id": 486
},
"Product": {
"Id": 133518,
"PartNumber": "85e8de32-c3cd-40aa-aaf1-0878859ee204",
"ItemLegalName": "",
"ItemName": ""
},
"CreationDate": "2015-11-23T13:55:00.37+01:00",
"AvailableAddonsCount": 0,
"TermDuration": "P1Y",
"CancellationAllowedUntilDate": "2021-10-14T23:59:00Z",
"ScheduledNextTermInstructions": {
"Product": {
"ProductId": "CFA5TTC0LF8R",
"SkuId": "0001",
"AvailabilityId": "CAR7TTC0K821",
"BillingCycle": "Annual",
"TermDuration": "P1Y"
},
"Quantity": 5
},
"Subscriptions": [],
"SubscriptionMaxTreshold": 5
}
Name |
Type |
Description |
---|---|---|
Id |
int |
Identifier of the subscription |
PublisherSubscriptionId |
string |
Internal identifier the publisher uses |
Quantity |
int |
Number of license for the subscription |
Name |
string |
A friendly name |
Status |
int |
None = 0, Active = 1, Suspended = 2, Deleted = 4, CustomerCancellation = 8, Converted = 16 |
OrderId |
string |
The publishers order identifier |
Publisher |
ObjectReference |
The publisher the subscription is connected to |
Organization |
ObjectReference |
The organization/reseller the subscription is connected to |
CustomerTenant |
CustomerTenantReference |
The end customer company is connected to the subscription |
Product |
ProductReference |
The license product for the subscription |
CreationDate |
DateTime |
Date which the order was created |
AvailableAddonsCount |
int |
Number of product types that can be added as child subscriptions |
TermDuration |
string |
An ISO 8601 representation of the term’s duration. Supported values P1M (1 month), P1Y (1 year) and P3Y (3 years). |
CancellationAllowedUntilDate |
DateTimeOffset? |
Date by which the order can be canceled. |
ScheduledNextTermInstructions |
Object to manage new commerce License-based renewal. |
|
Subscriptions |
List of child subscriptions |
|
MaxEndCustomerQuantity |
int? |
Maximum threshold of licenses that can be ordered by end customer. (Applies only for T2 end customer companies) |