respond_to_inquiry_entry
Submit an answer for a pending KYC inquiry entry using attachments, free-text, or both, changing its status to waiting for review.
Instructions
Submits an answer for a specific inquiry entry on behalf of Eva. Provide either attachment IDs (upload via upload_attachment first) or a free-text answer, or both. Only PENDING entries can be answered. After submission the entry moves to WAITING_FOR_REVIEW.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | No | Free-text answer (for open-ended entries like source of income). | |
| user_id | Yes | ID of the provisioned user. | |
| entry_id | Yes | Entry ID within the inquiry. | |
| inquiry_id | Yes | Inquiry ID. | |
| all_attachment_id | No | IDs of attachments to submit (for document-based entries). |