API Docs / Schemas / ResendDataFormRequestRequest

ResendDataFormRequestRequest

DTO for resending the notification email for a form request

Properties

Name Type Description
messagestring

A message explaining what the client needs to do, included in the notification email.
If not specified, the original message is used.

A message explaining what the client needs to do, included in the notification email.
If not specified, the original message is used.

recipientsEmailRecipientConfig

JSON Example

{
  "message": "string",
  "recipients": {
    "contactTypes": [
      "..."
    ],
    "userTypes": [
      "..."
    ],
    "emailAddresses": [
      "..."
    ]
  }
}

Used By Operations