SubscriptionRequest
Properties
string
billing_frequency
Optional
Frequency of the billing.
string
commitment_term
Required
Not available
string
offer_context_id
Optional
Not available
string
offer_name
Required
Not available
string
offer_version
Required
Not available
integer
price
Optional
Not available
string
product
Optional
The product for which subscription needs to be created. Refer /vmc/api/orgs/{orgId}/products.
string
product_charge_id
Optional
Not available
string
product_id
Optional
Not available
string
product_type
Required
Old identifier for product. Deprecarted. See product and type
integer
quantity
Required
Not available
string
region
Required
Not available
string
type
Optional
The type of the product for which the subscription needs to be created.
JSON Example
{
"commitment_term": "string",
"offer_name": "string",
"offer_version": "string",
"product_type": "string",
"quantity": 0,
"region": "string"
}