Developer PortalThe 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.
| Error Code | Error Description | Notes |
|---|---|---|
| A01 | Invalid "status" value. | Must be one of Active, Inactive, Closed, or Template. |
| A02 | The "priority" must be numeric. |
| Error Code | Error Description | Notes |
|---|---|---|
| P01 | Invalid "isCompany" value. | Must be either "T" or "F". |
| P02 | The "gender" must be either "M" or "F". | |
| P03 | The "lastName" is required for Trust Accounting. | Participants involved in Trust Accounting transactions must have a Last Name. |
| Error Code | Error Description |
|---|---|
| T01 | The billableHours value cannot be less than the total billable hours for this task in the Time Records. |
| T02 | The actualHours value cannot be less than the total actual hours for this task in the Time Records. |
| T03 | The assignee must be a system user who has READ access to this task. |
| T04 | The completedTimestamp cannot be before the startedTimestamp. |
| T05 | The completedTimestamp is required when the status is "Completed". |
| T06 | The startedTimestamp is required when the status is anything other than "Not Started". |
| T07 | The priority must be either "Low", "Normal" or "High". |
| T08 | The status must be either "Not Started", "In Progress" or "Completed". |
| T09 | The value of completeDuringStep must be less than the value of completeBeforeStep. |
| T10 | A value for confirmedNonBillableTimestamp is required if the value of confirmNonBillable is TRUE. |
| T11 | A value for confirmedNonBillableBy is required if the value of confirmNonBillable is TRUE. |
| Error Code | Error Description | Notes |
|---|---|---|
| TR01 | The billableHours value cannot be less than zero. | If set, must be a decimal number greater than zero. |
| TR02 | The actualHours value cannot be less than zero. | |
| TR03 | The owner must be a system user. | The owner/participant must have a valid login to the system. |
| TR04 | The owner must belong to the specified division. | |
| TR05 | The activity must be available to the owner and the division. |