ERPSpan docs

batches

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

List batches

Endpoints

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

Fields

FieldTypeNullable
idstringno
sourcestringyes
seriesnumberyes
transactionCountnumberyes
totalstringyes
markedToPostbooleanno
postingDatestringyes

Filters

No filters beyond limit and cursor.

On this page