CreateOnboardingReportRequest
Request to create an onboarding report for a contact in the AML platform.
Properties
| Name | Type | Description |
|---|---|---|
| levelId* | string | The onboarding level ID to use. |
The onboarding level ID to use. | ||
| sendEmail | boolean | Whether to send the onboarding email to the contact. |
Whether to send the onboarding email to the contact. | ||
| mailTemplateId | string | The mail template ID to use when sending the email. Required when SendEmail is true. |
The mail template ID to use when sending the email. Required when SendEmail is true. | ||
JSON Example
{
"levelId": "string",
"sendEmail": false,
"mailTemplateId": "string"
}