API Docs / Schemas / TenantUpdateRequest

TenantUpdateRequest

Request DTO for updating a tenant

Properties

Name Type Description
name*string

The human-readable name of the tenant

The human-readable name of the tenant

accountingConnectionCodestring

The code of the accounting connection to use for this tenant
To clear it, set to an empty string rather than null.

The code of the accounting connection to use for this tenant
To clear it, set to an empty string rather than null.

directDebitConnectionCodestring

The code of the direct debit connection to use for this tenant
To clear it, set to an empty string rather than null.

The code of the direct debit connection to use for this tenant
To clear it, set to an empty string rather than null.

JSON Example

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

Used By Operations