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

Resend DataForm Request

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

Resends the notification email for a pending form request to the specified recipients.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

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

Responses

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