Update Billing Account
Updates the billing account's address and invoice recipients. Name and billing contact are not changeable.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"additionalInvoiceRecipients": [
{
"name": "...",
"email": "..."
}
],
"billingAddress": {
"companyName": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"postalCode": "string"
}
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found