API Docs / Schemas / ReopenDataFormRequestRequest

ReopenDataFormRequestRequest

DTO for sending an already-submitted form back to the client to complete again

Properties

Name Type Description
messagestring

A message explaining what the client got wrong and needs to change, included in the
notification email. If not specified, the message from the original request is reused.

A message explaining what the client got wrong and needs to change, included in the
notification email. If not specified, the message from the original request is reused.

recipientsEmailRecipientConfig

JSON Example

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

Used By Operations