ReopenDataFormRequestRequest
DTO for sending an already-submitted form back to the client to complete again
Properties
| Name | Type | Description |
|---|---|---|
| message | string | A message explaining what the client got wrong and needs to change, included in the |
A message explaining what the client got wrong and needs to change, included in the | ||
| recipients | EmailRecipientConfig | |
JSON Example
{
"message": "string",
"recipients": {
"includeBusinessEmail": false,
"contactTypes": [
"..."
],
"userTypes": [
"..."
],
"emailAddresses": [
"..."
]
}
}