Create Time Record

Creates a time record in matteroTM using the provided JSON body.

POST https://my.mattero.com.au/public/api/v1/time-records


Parameters

Name Location Type Description
durationMinutes Body number: required Number of minutes spent on a time record
units Body number: optional Number of time units spent on a time record
chargeRate Body number: optional The hourly charge rate used for a time record
costCode Body string: required The cost code to assign this cost record to
associatedMatterId Body string: required A reference to the associated matter
staffContactId Body string: required A reference to the assigned staff members' contact record
amountExclTax Body number: required Total amount (excl. GST)
date Body Date: optional Date of the cost record
description Body string: optional The description entered for the cost record

Response

{
    "id": "1700-A",
    "name": "Matter 253: Attendance (60 mins)"
}

EntityReference object

Name Type Description
id string The unique identifier of the entity
name string The name associated with the entity

Status Codes

Code Summary Description
200 Ok The request was successful with a body in the response.
400 Bad Request The request failed validation checks.
401 Unauthorized Failed authentication check.
403 Forbidden Failed authorization check.