Kickserv APIv2 - Time Entry Object

This documention is neither written nor endorsed by Kickserv. It has not been reviewed by Kickserv for accuracy and the API is entirely unsupported. It may work, it may not. You are responsible for anything that you do using the API and Kickserv can't undo it for you. Use at your own risk.

Mouseover the JSON key to see a brief description of each key. Keys that either haven't been identified (or that we haven't gotten around to adding yet) will show 'XXX'. Keys that are light gray are obsolete/legacy but still are returned in API responses.

Time entries allow you to log specific amounts of time for specific employees against a job. They can either be billable hours or not, as you choose.

If you spot a mistake or know the purpose of an undescribed key please let us know by emailing kickservapi@veildg.com.

[
{
"id": 39393939,
"job_id": 49494949,
"employee_id": 59595959,
"account_id": 999,
"created_on": "2022-06-07T07:54:00-04:00",
"started_on": "2022-06-29",
"number_of_hours": "2.0",
"note": "Oh look, a note!",
"updated_by": 666777,
"ended_on": null,
"mileage": null,
"time_entry_type_id": null,
"item_id": 25252525,
"job_charge_id": 9191919191,
"billable": true,
"price_per_unit": "100.0",
"deleted_at": null,
"updated_at": "2022-06-07T07:54:00-04:00",
"job_charge": { Job Charge }
}
]