v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Matters

Patch an archive for a matter

Updates a specified matter's archive with patch operations.

patch/matters/{matterId}/archive

Path parameters

matterIdstring required

Request body

archivedDatestring date-time

Date the matter was archived.

archiveBoxNumberstring nullable

Archive box number.

archiveCommentsstring nullable

Archive comments.

archivedLocationstring nullable

Archived location.

destroyDatestring date-time

Date the files of the matter were destroyed.

isArchivedboolean required

Flag indicating if the matter is archived.

Example request

{
  "archivedDate": "2022-04-23T14:00:00Z",
  "archiveBoxNumber": "24",
  "archiveComments": "Lot 1",
  "archivedLocation": "Box",
  "destroyDate": "2022-04-29T14:00:00Z",
  "isArchived": true
}

Response

When request is accepted. Returns a 'Link' object.

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable