d0dcc5024bd1

latestOpenAPI 3.0.42026-08-104969330.3 KB
ManagedCases

Upload a file to a managed case

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.

post/managed-cases/{id}/files

Path parameters

idstring uuid required

Headers

Idempotency-Keystring

Optional idempotency key (max 255 characters) for safely retrying this request. If a previous request used the same key with an identical body, the original terminal response is replayed verbatim. Reusing the key with a different body returns 422 with Type: "IdempotencyConflict". Field-level 400 validation errors are not stored, so you may fix the request and retry with the same key.

Response

File uploaded successfully

idstring uuid
dateCreatedstring date-time
dateUpdatedstring date-time
caseIdstring uuid
entityTypestring nullable
entityIdstring uuid
fileNamestring nullable
urlstring nullable
descriptionstring nullable
documentTypestring nullable