API Docs / Operations / Client Portal Settings / Update client portal settings

Update client portal settings

PUT /tenants/{tenant}/client-portal-settings

Updates the client portal settings for the specified tenant

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "portalTitle": "string",
  "designThemeCode": "string",
  "iconImageAssetCode": "string",
  "showInvoices": false,
  "showServices": false
}

Responses

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