API Docs / Schemas / CreateOnboardingReportRequest

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.

sendEmailboolean

Whether to send the onboarding email to the contact.

Whether to send the onboarding email to the contact.

mailTemplateIdstring

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"
}

Used By Operations