DataFormAnswerDto
An individual answer to a form question
Properties
| Name | Type | Description |
|---|---|---|
| dataFormQuestionCode | string | The code of the form question this answer belongs to |
The code of the form question this answer belongs to | ||
| value | string | The submitted answer value |
The submitted answer value | ||
| reviewStatus | enum | Pending Accepted Rejected |
Pending Accepted Rejected | ||
| previousValue | string | The client field's value at the time the form was submitted |
The client field's value at the time the form was submitted | ||
JSON Example
{
"dataFormQuestionCode": "string",
"value": "string",
"reviewStatus": "Pending",
"previousValue": "string"
}