Skip to main content

RfiQuestion

idstring<uuid>

Unique identifier of the question.

promptstring

The question prompt to display to the customer.

displayOrderinteger<int32>

Display order of the question within the RFI.

answerstring

The customer's answer, if one has been submitted. Null while pending.

answeredAtstring<date-time>

Timestamp when the answer was submitted. Null while pending.

RfiQuestion
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"prompt": "string",
"displayOrder": 0,
"answer": "string",
"answeredAt": "2024-07-29T15:51:28.071Z"
}