Create Admin Response
Add a staff response to a question within a Request for Information.
This endpoint is only available in our sandbox environment. It is not available in production.
Use this endpoint to add staff/admin responses to RFI questions in sandbox mode. This simulates staff providing responses or additional information to customer inquiries, such as requesting clarification or providing guidance.
Example Request
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionalresponse_textRequiredstringThe staff response or feedback text
document_idsarray<string>Array of document IDs to attach to the response
Path Parameters
rfiIDRequiredstringThe unique identifier of the RFI
questionIDRequiredstringThe unique identifier of the question
Response Body
Success response
idRequiredstringThe unique identifier of the response
parent_idRequiredstringThe associated RFI ID
question_idRequiredstringThe associated question ID
responder_typeRequiredstringThe type of responder
"customer" | "staff" | "system"responseRequiredobjectThe response data structured by question type
created_byRequiredstringThe associated user ID
created_atRequiredstringTimestamp when the response was created
"date-time"updated_atRequiredstringTimestamp when the response was last updated
"date-time"