PATCH/partners/customers/{domainId}/subscriptions/pre-orders/{preOrderId}
Updates a scheduled task to apply 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 |
| preOrderId | integer | Scheduled task ID required |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| applyDate | string | Scheduled date
format : date |
Change the scheduled date to 2025-02-10
1{2 "applyDate": "2025-02-10"3}OK
| Property | Type | Description |
|---|---|---|
| subscriptionPreOrders | array (SubscriptionsPreOrders) |
| Property | Type | Description |
|---|---|---|
| preOrderId | integer | Scheduled task ID required |
| productId | string | Paid plan ID
Allowed values : STD, ADV |
| 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 |
| licenseCount | integer | Number of licenses to apply.
|