API Docs / Operations / Client - Document Requests / Review Document Request Response

Review Document Request Response

PUT /tenants/{tenant}/clients/{client}/documentrequest/{code}/responses/{responseCode}/review

Accepts or rejects a submitted response. On rejection, specify the next action: reopen or reopen and clear documents.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
code* path string
responseCode* path string
{
  "accepted": false,
  "reviewNote": "string",
  "nextAction": "Reopen",
  "makeDocumentsAvailable": false
}

Responses

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