Patch Matter

Updates a matter in matteroTM using only the provided fields in the JSON body.

PATCH https://my.mattero.com.au/public/api/v1/matters/{id}


Parameters

Name Location Type Description
id Route string:required The unique identifier associated with a Matter.
title Body string:optional The chosen title or name of the matter.
description Body string:optional Matter summary.
costingMethod Body string:optional The method used to calucate costs associated with the matter, expected values are [Time | Fixed | CostTemplate]
dateOpen Body Date:optional The last date and time work was done against the matter.
dateEstimatedCompletion Body Date:optional The estimated date and time this matter will be completed.
estimatedFee Body number:optional Estimated fee on the matter.
practiceArea Body string:optional The identifier of the practice area associated with the matter.
stage Body string:optional The identifier of the practice area stage associated with the matter.
costTemplate Body string:optional The identifier for the template used to calucate costs associated with the matter.
clientId Body string:optional Client (company or person).
lawyerId Body string:optional Lawyer (user).
referredById Body string:optional A contact who referred the client.
customFields Body Dictionary:optional Custom fields associated with the matter.

Status Codes

Code Summary Description
204 No Content The request was successful, no body in response.
400 Bad Request The request failed validation checks.
401 Unauthorized Failed authentication check.
403 Forbidden Failed authorization check.
404 Not Found Either couldn't find the endpoint or the query's entity.