ProfessionalClearanceLetterSettingsDto
Tenant-level settings for professional clearance letters
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 | ||
| emailContentBlock | CodeAndNameDto | |
| ccRecipientConfig | EmailRecipientConfig | |
JSON Example
{
"enabled": false,
"emailContentBlock": {
"code": "string",
"name": "string"
},
"ccRecipientConfig": {
"contactTypes": [
"..."
],
"userTypes": [
"..."
],
"emailAddresses": [
"..."
]
}
}