latestOpenAPI 3.1.0Proprietary2026-08-15180410900.3 KB

ce0e9003047c

Reference Data

List charge codes

Read-only catalog of charge codes. The integer ids are what charge chargeCodeId fields reference. The list is system-managed — fetch it once and cache it.

The catalog is global and organization-independent: every authenticated organization sees the same rows.

get/reference-data/charge-codes

Query parameters

codestring
Example:LH

Only return the charge code with this exact accounting code

Response

Successful response

Example response

{
  "data": [
    {
      "id": 1,
      "code": "LH",
      "name": "Linehaul",
      "description": "Linehaul charges"
    }
  ]
}