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

Fields

createdBy
Actor
The actor (user or app) who created this information request
fulfilledBy
Actor
The actor (user or app) who fulfilled this information request
applicationId
UUID!
required
The unique identifier for the application this information request belongs to.
createdDateTime
DateTime!
required
The date and time in UTC when this information request was created.
description
String!
required
Detailed description of the information being requested.
fulfilledDateTime
DateTime
The date and time in UTC when this information request was fulfilled.
fulfillmentAttachmentIds
[UUID!]!
required
Attachment IDs if the response includes files.
fulfillmentResponse
String
Free text response when the request is fulfilled.
fulfillmentTypes
[UnderwritingInformationRequestFulfillmentType!]!
required
The supported fulfillment types for this request (e.g. DOCUMENT, TEXT).
id
UUID!
required
The unique identifier for the information request.
status
UnderwritingInformationRequestStatus!
required
The current status of the information request.
title
String!
required
Short title describing the information being requested.
type
UnderwritingInformationRequestType!
required
The type of information request.
updatedDateTime
DateTime!
required
The date and time in UTC when this information request was last updated.