Kickserv APIv2 - Job Charge 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.

Depending on where you pull a job charge from it may look slightly different or contain different amount of data. The object below is the 'job_charges' key in the /job/{id}.json endpoint. Notice that each charge is a member of an array that's returned.

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

[
{
"id": 44556677,
"job_id": 22334455,
"account_id": 999,
"created_on": "2022-06-04T21:25:19-04:00",
"description": "Aggregates:Asphalt Millings",
"quantity": "6.0",
"price_per_unit": "45.0",
"item_id": 75757575,
"qb_txn_line_id": null,
"details": "Asphalt Millings - Per Yard",
"item_ref_list_id": null,
"txn_line_id": null,
"total": "270.0",
"job_charge_type_id": null,
"updated_by": 777888,
"recurring_item_parent_id": null,
"deleted_at": null,
"tax_id": null,
"sales_tax_code_id": null,
"discount": "0.0",
"updated_at": "2022-06-04T21:25:19-04:00",
"sort_order": null,
"item": {
"id": 75757575,
"account_id": 999,
"created_on": "2020-03-13T14:47:57-04:00",
"updated_on": "2021-05-28T10:05:11-04:00",
"parent_list_id": "86",
"list_id": "7",
"edit_sequence": "2",
"name": "Asphalt Millings",
"sublevel": 1,
"item_type": "NonInventory",
"price": "45.0",
"active": true,
"sales_tax_code_ref_full_name": null,
"full_name": "Aggregates:Asphalt Millings",
"description": "Asphalt Millings - Per Yard",
"sales_tax_code_ref_list_id": "",
"tax_rate": null,
"discount_rate": null,
"discount_rate_percent": null,
"taxable": true,
"qb_error": null,
"sales_tax_code_id": null,
"updated_at": "2021-05-28T10:05:11-04:00"
},
"job_charge_type": {
"id": 51710,
"account_id": 999,
"name": "Hourly",
"active": true,
"created_at": "2020-03-03T16:46:15-05:00",
"updated_at": "2020-03-03T16:46:15-05:00"
}
}
]