patch https://yoursubdomain.workbright.com/api/i9/submissions//resolve_document_verifications
Marks document verification results as Reviewed with the ability to add optional comments.
Responses
Marks document verification results as Reviewed with the ability to add optional comments.
xxxxxxxxxx
curl -X POST https://YOUR_SUBDOMAIN.workbright.com/api/i9/submissions/{id}/resolve_document_verifications\
-H "API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d {"resolve_action": "review","comments": "This is a comment provided by the administrator"}