GET/partners/customers/{domainId}/subscriptions/pre-orders
Gets scheduled tasks to apply 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 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
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.
|