API Docs / Schemas / UpdateProfessionalClearanceLetterSettingsRequest

UpdateProfessionalClearanceLetterSettingsRequest

Request to update professional clearance letter settings for the tenant

Properties

Name Type Description
enabledboolean

Whether professional clearance letter functionality is enabled for this tenant

Whether professional clearance letter functionality is enabled for this tenant

emailContentBlockCodestring

Code of the content block to use for email body

Code of the content block to use for email body

emailSubjectstring

Subject line for professional clearance letter emails

Subject line for professional clearance letter emails

JSON Example

{
  "enabled": false,
  "emailContentBlockCode": "string",
  "emailSubject": "string"
}

Used By Operations