Skip to main content

RfiSummary

idstring<uuid>

Unique identifier of the RFI.

caseNumberstring

Human-readable case reference, e.g. RFI-20260611-9F3A21B7. Stable for the lifetime of the case and safe to quote to customers.

subjectTypestring

The subject the RFI is raised against.

Possible values: [ONBOARDING_APPLICATION, TRANSACTION, MULTI_TRANSACTION]

subjectIdstring<uuid>

Unique identifier of the subject. For ONBOARDING_APPLICATION this is the same value as accountId; for TRANSACTION it is the transaction id.

subjectReferencestring

Human-readable reference for the subject. Null for onboarding-application RFIs.

accountIdstring<uuid>

Unique identifier of the account the RFI is associated with. For onboarding-application RFIs this is the same value as subjectId.

statusstring

Lifecycle status of the RFI.

Possible values: [OPEN, CLOSED, CANCELLED]

customerDisplayMessagestring

Customer-facing message describing what's being asked.

lastRespondedAtstring<date-time>

Timestamp of the most recent customer response. Null if none yet.

createdAtstring<date-time>

Timestamp when the RFI was created.

RfiSummary
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"caseNumber": "string",
"subjectType": "ONBOARDING_APPLICATION",
"subjectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subjectReference": "string",
"accountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "OPEN",
"customerDisplayMessage": "string",
"lastRespondedAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z"
}