SelfSubscribeInput
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/SelfSubscribeInput.jsonserviceCodestringrequired
Stable SKU code of a catalog service (e.g. 'pro')
tenantUuidstring
Optional — UUID of a tenant the caller owns. Defaults to the caller's personal tenant.
tierCodestringrequired
Tier code within the service (e.g. 'monthly')
SelfSubscribeInput
{
"$schema": "https://example.com/schemas/SelfSubscribeInput.json",
"serviceCode": "string",
"tenantUuid": "string",
"tierCode": "string"
}