SupportAPI SpecsAPI Docs
LogoDeveloper Portal

Get started

OverviewGetting StartedNotifications

Error Codes

The following resource error codes may be returned during the validation stages of an API request. See Error Responses for further information on the structure of an error response.

Actions (Matters)

Error CodeError DescriptionNotes
A01Invalid "status" value.Must be one of Active, Inactive, Closed, or Template.
A02The "priority" must be numeric.

Participants

Error CodeError DescriptionNotes
P01Invalid "isCompany" value.Must be either "T" or "F".
P02The "gender" must be either "M" or "F".
P03The "lastName" is required for Trust Accounting.Participants involved in Trust Accounting transactions must have a Last Name.

Tasks

Error CodeError Description
T01The billableHours value cannot be less than the total billable hours for this task in the Time Records.
T02The actualHours value cannot be less than the total actual hours for this task in the Time Records.
T03The assignee must be a system user who has READ access to this task.
T04The completedTimestamp cannot be before the startedTimestamp.
T05The completedTimestamp is required when the status is "Completed".
T06The startedTimestamp is required when the status is anything other than "Not Started".
T07The priority must be either "Low", "Normal" or "High".
T08The status must be either "Not Started", "In Progress" or "Completed".
T09The value of completeDuringStep must be less than the value of completeBeforeStep.
T10A value for confirmedNonBillableTimestamp is required if the value of confirmNonBillable is TRUE.
T11A value for confirmedNonBillableBy is required if the value of confirmNonBillable is TRUE.

Time Records

Error CodeError DescriptionNotes
TR01The billableHours value cannot be less than zero.If set, must be a decimal number greater than zero.
TR02The actualHours value cannot be less than zero.
TR03The owner must be a system user.The owner/participant must have a valid login to the system.
TR04The owner must belong to the specified division.
TR05The activity must be available to the owner and the division.