Skip to main content
Object A predefined option for requesting information during the underwriting process

Fields

createdDateTime
required
The date and time in UTC when this option was created.
description
required
Detailed description of the information this option requests.
displayOrder
required
The display order for this option in UI lists.
id
required
The unique identifier for the information request option.
isActive
required
Whether this option is currently active and available for use.
title
required
Short title describing the information request option.
updatedDateTime
The date and time in UTC when this option was last updated.
{
  "createdDateTime": "2007-12-03T10:15:30Z",
  "description": "xyz789",
  "displayOrder": 987,
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "isActive": false,
  "title": "abc123",
  "updatedDateTime": "2007-12-03T10:15:30Z"
}