PracticePanther · Example Payload

Practicepanther Timeentry Example

Drafted motion for summary judgment and reviewed supporting case law

LegalLaw Practice ManagementCase ManagementBillingTrust AccountingTime TrackingLegal Tech

Practicepanther Timeentry Example is an example object payload from PracticePanther, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

guiddatehoursdescriptionisBillablerateamountutbmsCodeprojectusercreatedAt

Example Payload

Raw ↑
{
  "guid": "b2c3d4e5-f6a7-8901-bcde-f23456789012",
  "date": "2024-06-10",
  "hours": 2.5,
  "description": "Drafted motion for summary judgment and reviewed supporting case law",
  "isBillable": true,
  "rate": 350.0,
  "amount": 875.0,
  "utbmsCode": "L250",
  "project": {
    "guid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "name": "Smith v. Jones - Civil Litigation"
  },
  "user": {
    "guid": "c3d4e5f6-a7b8-9012-cdef-345678901234",
    "name": "Attorney Adams"
  },
  "createdAt": "2024-06-10T17:00:00Z"
}