ERPSpan docs

checkbooks

The `checkbooks` object — endpoints, fields, and filters.

List checkbooks

Endpoints

  • GET /v1/checkbooks — list (keyset-paginated)
  • GET /v1/checkbooks/{id} — get one

Fields

FieldTypeNullable
idstringno
namestringyes
cashAccountNumberstringyes
currencyIdstringyes
currentBalancestringyes
inactivebooleanno

Filters

No filters beyond limit and cursor.

On this page