API Docs / Schemas / DataFormAnswerDto

DataFormAnswerDto

An individual answer to a form question

Properties

Name Type Description
dataFormQuestionCodestring

The code of the form question this answer belongs to

The code of the form question this answer belongs to

valuestring

The submitted answer value

The submitted answer value

reviewStatusenum

Pending Accepted Rejected

Pending Accepted Rejected

previousValuestring

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"
}

Contained in Schemas