Skip to main content

Upload a file to a managed case

POST 

/managed-cases/:id/files

Uploads one ordinary case document to a case you submitted as managing partner.

Access: The authenticated partner must match the case's managing partner. This is separate from the collecting-partner upload route.

Status gate: Allowed on every lifecycle except Merged, including Closed.

File requirements: Maximum 25 MB. Allowed filename extensions are .pdf .doc .docx .xls .xlsx .jpg .jpeg .png .txt .zip .csv .eml.

Optional fields: DocumentType accepts OriginalInvoice, DebtorDocuments, CreditorDocuments, PartnerDocuments, DemandLetter, or Miscellaneous (case-insensitive). Description is limited to 500 characters.

Use Idempotency-Key to retry safely. An identical replay returns the original response. Separate uploads with the same filename are stored independently and cannot overwrite one another.

Request

Responses

File uploaded successfully