post https://sandbox.treeforttech.com/api/casefile/close
This endpoint is used to close an existing file. Closing a file will change the file status to "Closed".
Response Schema
Attribute | Type | Description |
---|---|---|
statusCode | Integer | Standard HTTP response code. Status codes are outlined in the Errors section of this API reference. |
message | String | A human-readable message providing more details about the status code. Messages are outlined in the Errors section of this API reference. |
data | Boolean | True indicates that the file was closed. False indicates that the file was not successfully closed. |
errors | Array of Strings | An array of human-readable error messages, if available (null otherwise). Unique errors associated with this endpoint, if applicable, are shown in the example response in the right column with the corresponding HTTP status code. |