Skip to main content
Object

Fields

informationRequestStatus
required
The status of information requests for this application.
informationRequests
required
Information requests for this application.
bankAccounts
Bank account information. Optionally reveal sensitive fields for a specific bank account.
stakeholders
required
Stakeholder information. Optionally reveal sensitive fields for a specific stakeholder.
applicationEvents
The events associated with the application.
attachments
required
The attachments associated with the application.
comments
required
The comments associated with the application.
createdBy
The actor who created the application.
decisionComponents
required
The underwriting decision components for the application.
schema
The underwriting decision components schema for the application.
updatedBy
The actor who updated the application.
applicationIdentity
The identity information of the application.
applicationStatus
required
The status of the application.
processingActivity
The process activity information of the application.
assignee
The user assigned to the application.
createdDateTime
required
The date and time when the application was created.
id
required
The unique identifier of the application.
participants
The participants of the application.
queue
required
The queue the application is assigned to.
updatedDateTime
required
The date and time when the application was last updated.
{
  "informationRequestStatus": "AWAITING_INFORMATION",
  "informationRequests": [
    UnderwritingInformationRequest
  ],
  "bankAccounts": [
    UnderwritingBankAccount
  ],
  "stakeholders": [
    StakeholderOutput
  ],
  "applicationEvents": ApplicationEventCollection,
  "attachments": [
    Attachment
  ],
  "comments": [
    Comment
  ],
  "createdBy": Actor,
  "decisionComponents": [
    DecisionComponent
  ],
  "schema": UnderwritingDecisionComponentsSchema,
  "updatedBy": Actor,
  "applicationIdentity": UnderwritingApplicationIdentity,
  "applicationStatus": "APPROVED",
  "processingActivity": UnderwritingApplicationProcessingActivityOutput,
  "assignee": ApplicationAssignee,
  "createdDateTime": "2007-12-03T10:15:30Z",
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "participants": [
    BoardingApplicationParticipant
  ],
  "queue": "PARTNER",
  "updatedDateTime": "2007-12-03T10:15:30Z"
}