Apideck · Schema

Accounting by Row

Indicates if accounting by row is used (true) or not (false). Accounting by row means that a separate ledger transaction is created for each row.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-accountingbyrow-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingByRow",
  "title": "Accounting by Row",
  "type": "boolean",
  "description": "Indicates if accounting by row is used (true) or not (false). Accounting by row means that a separate ledger transaction is created for each row.",
  "nullable": true,
  "example": false
}