Update Tenant
Updates the details of a tenant identified by its code.
Parameters
| Name | Type | Description |
|---|---|---|
| code* | path string |
Request Body*
{
"name": "string",
"accountingConnectionCode": "string",
"directDebitConnectionCode": "string"
}
Responses
200 OK
400 Bad Request
401 Unauthorized - Invalid or missing API key
403 Forbidden
404 Not Found