UpdateProfessionalClearanceLetterSettingsRequest
Request to update professional clearance letter settings for the tenant
Properties
| Name | Type | Description |
|---|---|---|
| enabled | boolean | Whether professional clearance letter functionality is enabled for this tenant |
Whether professional clearance letter functionality is enabled for this tenant | ||
| emailContentBlockCode | string | Code of the content block to use for email body |
Code of the content block to use for email body | ||
| emailSubject | string | Subject line for professional clearance letter emails |
Subject line for professional clearance letter emails | ||
JSON Example
{
"enabled": false,
"emailContentBlockCode": "string",
"emailSubject": "string"
}