PATCH/partners/customers/{domainId}/subscriptions/pre-orders/{preOrderId}
商品の申し込み予約を変更する。
Access Token を指定します。 指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
partner
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | ドメイン ID required example : 10000001 |
| preOrderId | integer | 申し込み予約 ID required |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| applyDate | string | 予約適用日
format : date |
予約適用日を 2025-02-10 に変更
1{2 "applyDate": "2025-02-10"3}OK
| Property | Type | Description |
|---|---|---|
| subscriptionPreOrders | array (SubscriptionsPreOrders) |
| Property | Type | Description |
|---|---|---|
| preOrderId | integer | 申し込み予約 ID required |
| productId | string | 有料商品 ID
Allowed values : STD, ADV, ROG_STD, ROG_ADV, NTA_SL, NTA_TM, NTA_BZ, NTA_EP, JP_PPO_LT, JP_PPO_STD, JP_PPO_ADV, JP_AIS_STD |
| applyDate | string | 適用日 required format : date |
| plan | string | 有料プラン (契約タイプ)
商品グループ別の適用可能なプラン
Allowed values : MONTHLY, MONTHLY_LICENSE, ANNUAL, ANNUAL_LICENSE, ANNUAL_PREPAY, ANNUAL_PREPAY_LICENSE |
| licenseCount | integer | 予約ライセンス数。
|