SubscriptionTransition¶
A SubscriptionTransition resource represents object to convert trial to a new subscription or to move to an existing one.
Resource definition¶
{
"FromCatalogItemId": "CFQ7TTC0LF8R:0001:CFQ7TTC0KCSV",
"FromSubscriptionId": "81aa4d0a-61b9-47a7-c6a9-7c6cdfb690f4",
"ToCatalogItemId": "CFQ7TTC0LF8Q:0001:CFQ7TTC0K39X",
"ToSubscriptionId": "4d00e525-039f-4804-d1d0-b6541bee303d",
"Quantity": 2,
"TransitionType": "transition_only",
"Term": "P1M",
"BillingCycle": 1
}
Name | Type | Description |
---|---|---|
ToCatalogItemId | string | The license product subscribed to. |
Quantity | int | Number of license for the subscription. |
TransitionType | string | Transition type. |
Term | string | An ISO 8601 representation of the term’s duration. Supported values P1M (1 month), P1Y (1 year) and P3Y (3 years). |
BillingCycle | BillingCycleEnum | Billing cycle. Monthly = 1, Annual = 2, None = 3, OneTime = 4, BiAnnually = 5, TwoYears = 7, ThreeYears = 8, Quarterly = 9 |
FromCatalogItemId | string | The license product subscribed from. |
FromSubscriptionId | string | The subscription id subscribed from. |
ToSubscriptionId | string | The subscription id subscribed to. |