POST/partners/customers/{domainId}/subscriptions/pre-orders
Adds 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 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| applyDate | string | Scheduled date
required |
| productId | Scheduled plan ID required Allowed values : STD, ADV | |
| plan | Paid contract type Allowed values : MONTHLY, ANNUAL_LICENSE, ANNUAL_PREPAY_LICENSE | |
| licenseCount | integer | Number of licenses to apply.
nullable : true |
Schedule an application for the LINE WORKS Standard plan with annual contract postpay (10 licenses) on 2025-02-15
1{2 "applyDate": "2025-02-15",3 "plan": "ANNUAL_LICENSE",4 "productId": "STD",5 "licenseCount": 106}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.
|