Skip to main content

12 posts tagged with "API"

Changes to the Data Mart GraphQL API

View All Tags

Data Mart API - 2026-04-01

Visma Net ERP Data Mart

New Fields

Experimental GL balance queries

The generalLedgerBalanceExperimentalForwardPeriodsByGroup and generalLedgerBalanceExperimentalForwardPeriodsExpanded queries now accept an optional periodsUpTo parameter.

ParameterTypeDescription
periodsUpToString (format: yyyyMM)Upper-bound financial period for forward expansion. When omitted, the current month is used (previous default behaviour).

Data Mart API - 2026-03-26

Visma Net ERP Data Mart

New Endpoints

  • generalLedgerBalancesForwardByGroup - Forward-period expansion paginated by group. Each affected (branchId, accountId, subaccountId) group is expanded with virtual monthly periods up to the current month. Use lastGroupKey for cursor-based pagination. Marked as EXPERIMENTAL.
  • generalLedgerBalancesForwardExpanded - Forward-period expansion with overflow. pageSize controls approximate source documents processed; response may exceed pageSize due to virtual period expansion. Use lastGroupKey for cursor-based pagination. Marked as EXPERIMENTAL.