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-00125", "filingID": "8" } '
"Document successfully submitted"
Sends a filed document for approval in a case.
access token
The case ID.
36
"2025-08-00125"
The filing ID.
"8"
Document submitted.
The response is of type string.
string