Skip to main content

Data Mart API - 2026-04-30

Visma Net ERP Data Mart

Removed Query Arguments

includeDeleted argument removed from selected queries

The includeDeleted argument has been removed from the queries listed below. For these entities the underlying deletedDatabaseRecord field is not populated, so the argument had no effect - it was previously documented as Not active yet for budgets and journalTransactions, and as deprecated for the GL balance queries. It has now been dropped from the schema entirely.

Data Mart API - 2026-04-28

Visma Net ERP Data Mart

New Fields

deferralScheduleNbr on invoice line types

A new optional deferralScheduleNbr: String field is exposed on the following types. It carries the deferral schedule's business number, separate from the existing deferralSchedule (description) and deferredCode (code) values.

  • APInvoiceLine
  • SupplierDocumentLine

Data Mart ETL - 2026-04-28

Visma Net ERP Data Mart

New Fields

SupplierDocumentLine / APInvoiceLine

FieldTypeDescription
DeferralScheduleNbrstringThe deferral schedule's business number, populated separately from the existing DeferralSchedule (description) and DeferredCode (code) values.

Data Mart API - 2026-04-23

Visma Net ERP Data Mart

New Query Arguments

includeDeleted parameter added to additional queries

Not active yet.

The includeDeleted argument (Boolean! = false) is now available on the following queries. When false (the default), soft-deleted records (deletedDatabaseRecord = true) are excluded from results. Pass includeDeleted: true to include them.

Data Mart ETL - 2026-04-15

Visma Net ERP Data Mart

Bug Fixes

  • Customer payments with document type DRM (Debit Note) are now correctly processed. Previously, these records caused a mapping error during the ETL transform step and were not synced to MongoDB.

Data Mart API - 2026-04-03

Visma Net ERP Data Mart

New Fields

CustomerDocumentLine

FieldTypeDescription
lineTypeStringThe line type, letting you distinguish between different categories of customer document lines.
manualAmountDecimal!The manually entered amount override on the customer document line.
manualAmountInCurrencyDecimal!The manually entered amount override expressed in the document's currency.

Data Mart ETL - 2026-04-03

Visma Net ERP Data Mart

New Fields

CustomerDocumentLine

FieldTypeDescription
LineTypestringThe line type on the customer document line, making it possible to distinguish between different line categories.
ManualAmountdecimalThe manually entered amount override on the customer document line.
ManualAmountInCurrencydecimalThe manually entered amount override expressed in the document's currency.

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).