PATCH/partners/customers/{domainId}/subscriptions/{subscriptionId}/reservation
Updates a scheduled task for a subscription.
OAuth 2.0 authentication. For more information, see Authentication and Authorization.
partner
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | Domain ID required example : 10000001 |
| subscriptionId | string | Subscription ID required |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| applyDate | string | Scheduled date
|
Change the scheduled date for cancellation to 2021-11-01
1{2 "applyDate": "2021-11-01"3}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 |
|