API Docs / Operations / Tenants / Update Tenant

Update Tenant

PUT /api/tenants/{code}

Updates the details of a tenant identified by its code.

Parameters

NameTypeDescription
code* path string

Request Body*

{
  "name": "string",
  "accountingConnectionCode": "string",
  "directDebitConnectionCode": "string"
}

Responses

200 OK
401 Unauthorized - Invalid or missing API key
403 Forbidden
404 Not Found