API Docs / Operations / Data Form - Requests / Reopen DataForm Request

Reopen DataForm Request

PUT /tenants/{tenant}/data-form-requests/{code}/reopen

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

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

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found