Start Subscription Billing
Creates a billing account for the tenant. The billing account name is set from the tenant name and the billing contact is set to the current user.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"billingAddress": {
"companyName": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"postalCode": "string"
}
}
Responses
201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key