GET/partners/customers/{domainId}/subscriptions/{subscriptionId}/reservation
Gets the scheduled task for a subscription.
OAuth 2.0 authentication. For more information, see Authentication and Authorization.
partner
partner.read
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | Domain ID required example : 10000001 |
| subscriptionId | string | Subscription ID required |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| subscriptionId | integer | Subscription ID required |
| type | string | Scheduled subscription type
required Allowed values : CANCEL, START_PAID_SERVICE, ADD_LICENSE |
| applyDate | string | Scheduled date required format : date |
| plan | string | Paid contract type
Applicable contract types by plan group
Allowed values : MONTHLY, ANNUAL_LICENSE, ANNUAL_PREPAY_LICENSE |
| productId | string | Paid plan ID
Allowed values : STD, ADV |
| licenseCount | integer |
|