cURL
curl --request POST \ --url https://cases.platform.arb.inc/filings/documents/submit \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292", "filingID": "2720f109-0caf-4c62-af22-5d08c853711c" } '
"Document submitted for approval"
Submits a filed document for approval and docketing. Once submitted, the document cannot be edited or deleted.
access token
"2025-08-00292"
"2720f109-0caf-4c62-af22-5d08c853711c"
Successfully submitted document for approval
The response is of type string.
string