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
- 200
- 400
- 404
- 409
- 413
- 415
- 422
- 500
File uploaded successfully
Missing file or invalid request
Case not found or not managed by this partner
Case is merged or idempotent request is in progress
File exceeds 25 MB
Unsupported file extension
Idempotency-Key reused with a different request
Internal server error