API Docs / Operations / Subscription - Billing / Update Billing Account

Update Billing Account

PUT /tenants/{tenant}/subscription/billing

Updates the billing account's address and invoice recipients. Name and billing contact are not changeable.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "additionalInvoiceRecipients": [
    {
      "name": "...",
      "email": "..."
    }
  ],
  "billingAddress": {
    "companyName": "string",
    "addressLine1": "string",
    "addressLine2": "string",
    "city": "string",
    "postalCode": "string"
  }
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found