Skip to main content
Object A data field used in this underwriting review process.

Fields

associatedApplicationFieldId
The associated application field id corresponding to the data field used in this review, if a corresponding field exists.
displayOrder
required
A logical ordering of the field for viewing.
format
required
A format describing the type of data in the field value.
name
required
The identifying name of the field.
status
required
The underwriting review process status associated with the field, e.g., MATCH - the fields value matched to the associated application field’s value.
value
required
The value of the field used in the underwriting review process.
{
  "associatedApplicationFieldId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "displayOrder": 987,
  "format": "CURRENCY_USD",
  "name": "abc123",
  "status": "MATCH",
  "value": "abc123"
}