GET/partners/customers/{domainId}/option-products
Gets a list of options that have been added (purchased).
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 |
|---|---|---|
| optionProducts | array (OptionProducts) | If an option is added (purchased), charges apply from the moment it is used and will be billed on the first day of the following month. |
| Property | Type | Description |
|---|---|---|
| subscriptionId | integer | Subscription ID required |
| optionProductId | string | Option ID
required Allowed values : ACV2, DRV, SSTG2, BCT |
| subOptionId | string | Sub option ID
required Allowed values : ACV200, ACV201, DRV00, DRV01, DRV_PS_T, DRV_PS, DRV_PA_T, DRV_PA, SSTG201, SSTG202, SSTG203, SSTG204, SSTG205, SSTG206, SSTG207, BCT01, BCT02, BCT03, BCT04 |
| appliedTime | string | Date and time when the option is added (purchased) required format : date-time readOnly : true |
| quantity | integer | Quantity
readOnly : true nullable : true |
| plan | string | Contract type
Applicable contract types by plan group
required Allowed values : TRIAL, MONTHLY, ANNUAL_LICENSE, ANNUAL_PREPAY_LICENSE |
| planStartDate | string | Start date required format : date readOnly : true |
| planEndDate | string | End date
required format : date readOnly : true |