Skip to main content
Object A request for additional information during the underwriting process

Fields

createdBy
The actor (user or app) who created this information request
fulfilledBy
The actor (user or app) who fulfilled this information request
applicationId
required
The unique identifier for the application this information request belongs to.
createdDateTime
required
The date and time in UTC when this information request was created.
description
required
Detailed description of the information being requested.
fulfilledDateTime
The date and time in UTC when this information request was fulfilled.
fulfillmentAttachmentId
Attachment ID if the response is a file.
fulfillmentResponse
Free text response when the request is fulfilled.
id
required
The unique identifier for the information request.
status
required
The current status of the information request.
title
required
Short title describing the information being requested.
{
  "createdBy": Actor,
  "fulfilledBy": Actor,
  "applicationId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "createdDateTime": "2007-12-03T10:15:30Z",
  "description": "xyz789",
  "fulfilledDateTime": "2007-12-03T10:15:30Z",
  "fulfillmentAttachmentId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "fulfillmentResponse": "xyz789",
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "status": "FULFILLED",
  "title": "abc123"
}