Change Matter Stage

Updates the matter's stage in matteroTM

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


Parameters

Name Location Type Description
id Route string:required The unique identifier associated with a Matter.
stageId Body number:required The new stage identifier.

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.