RfiSummary
Unique identifier of the RFI.
Human-readable case reference, e.g. RFI-20260611-9F3A21B7. Stable for the lifetime of the case and safe to quote to customers.
The subject the RFI is raised against.
Possible values: [ONBOARDING_APPLICATION, TRANSACTION, MULTI_TRANSACTION]
Unique identifier of the subject. For ONBOARDING_APPLICATION this is the same value as accountId; for TRANSACTION it is the transaction id.
Human-readable reference for the subject. Null for onboarding-application RFIs.
Unique identifier of the account the RFI is associated with. For onboarding-application RFIs this is the same value as subjectId.
Lifecycle status of the RFI.
Possible values: [OPEN, CLOSED, CANCELLED]
Customer-facing message describing what's being asked.
Timestamp of the most recent customer response. Null if none yet.
Timestamp when the RFI was created.
{
"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"
}