Kickserv APIv2 - Expense 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.

If you incurr an expense while working on a job, those can be logged in Kickserv and (optionally) billed to your customer.

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

[
{
"id": 562896,
"attachments": [],
"employee": { Employee Object },
"vendor": {
"id": 157420,
"account_id": 999,
"name": "Herp & Derp, Kitchen Suppliers",
"active": true,
"created_at": "2021-04-06T10:32:05-04:00",
"updated_at": "2021-04-06T10:39:40-04:00",
"list_id": null
},
"billable": true,
"description": "17 crates of spatulas",
"po_number": "po444",
"receipt_number": "aa556",
"amount": "1999.66",
"payment_type": "Account",
"date": "2022-06-07",
"created_at": "2022-06-07T11:24:31-04:00",
"job_charge": { Job Charge Object }
}
]