Create RFI Question Action
Perform an action on a specific 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 perform actions on individual RFI questions in sandbox mode, simulating the compliance team approving, rejecting, or closing specific questions after reviewing customer responses.
Example Request — Approve
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionalactionRequiredstringThe action to perform on an RFI or question
Value in:
"approve" | "reject" | "close"rfi_response_idsarray<string>Array of response IDs to accept. Required when action is 'approve'.
response_textstringAdditional staff comment or feedback
Path Parameters
rfiIDRequiredstringThe unique identifier of the RFI
questionIDRequiredstringThe unique identifier of the question
Response Body
Success response
Empty