API Docs / Operations / Subscription - Billing / Start Subscription Billing

Start Subscription Billing

POST /tenants/{tenant}/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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "billingAddress": {
    "companyName": "string",
    "addressLine1": "string",
    "addressLine2": "string",
    "city": "string",
    "postalCode": "string"
  }
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key