Skip to main content

CreateSubscriptionInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/CreateSubscriptionInput.json
serviceUUIDstringrequired
tenantUUIDstringrequired

UUID of the tenant the subscription belongs to

tierCodestringrequired
CreateSubscriptionInput
{
"$schema": "https://example.com/schemas/CreateSubscriptionInput.json",
"serviceUUID": "string",
"tenantUUID": "string",
"tierCode": "string"
}