API Docs / Operations / Data Form - Requests / Review DataForm Answer

Review DataForm Answer

PUT /tenants/{tenant}/data-form-requests/{code}/answers/{questionCode}/review

Accepts or rejects a single answer on a submitted form request. When accepted, applies the value to the client record.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
questionCode* path string
{
  "accepted": false
}

Responses

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