v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBFiles
Add files to a matter
Uploads a batch of files for the specified matter. Used for data migrations.
post/matters/{matterId}/documents/files/bulk
Path parameters
matterIdstring required
Request body
Example request
[
{
"fileName": "court filing.pdf",
"folderId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"userId": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8",
"folderPath": "Court Filings/2023/January",
"dateCreated": "2023-04-23T14:00:00Z",
"dateModified": "2023-04-24T14:00:00Z"
}
]Response
When request is accepted. Returns an array of 'UploadFileInfo' objects.
Example response
[
{
"fileId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"expiry": "2022-04-23T14:30:00Z"
}
]