Reopen DataForm Request
Sends a submitted form request back to the client to complete again. Reuses the same request rather than creating a new one: the previous answers pre-fill the form (except any a reviewer rejected) and the covering message can be replaced.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| code* | path string | |
Request Body*
{
"message": "string",
"recipients": {
"includeBusinessEmail": false,
"contactTypes": [
"..."
],
"userTypes": [
"..."
],
"emailAddresses": [
"..."
]
}
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found