Visma Software Nordic Documentation logo
Products
Admin logo Admin Business NXT API logo Business NXT API Climate Reporting logo Climate Reporting Control Edge logo Control Edge Expense logo Expense OneStop Reporting logo OneStop Reporting Period & Year logo Period & Year Visma Employee App logo Visma Employee App Visma Manager App logo Visma Manager App Visma Net API logo Visma Net API Visma Net ERP logo Visma Net ERP Visma.net AutoReport logo Visma.net AutoReport Approval logo Approval
Business NXT API logo
Business NXT API
  • Getting started with GraphQL queries
  • Exploring the API
    • GraphiQL
    • Postman
    • Insomnia
    • Making requests from code
  • Authentication
    • Understanding OAuth
    • Services
      • Application registration
      • GraphQL API integration
      • User Setup
      • Examples for setting up authorization
        • Postman
        • Insomnia
    • Web applications
      • Application registration
      • GraphQL API integration
      • Setting up user nightly jobs with unattended access
      • Examples for setting up authorization
        • .NET Code Sample
        • Postman
        • Insomnia
  • GraphQL Schema
    • Queries
      • The Query Type
      • Grouping
      • Aggregates
      • Distinct values
      • Fetching user's available customers
      • Fetching user's available companies
      • Model information
    • Mutations
      • The Mutation Type
      • Insert operations
      • Update operations
      • Delete operations
      • Processings
      • Reports
    • Async queries
    • Edit cache
    • Date and time fields
    • Bitflags
    • Enum fields
  • GraphQL Features
    • Filtering
    • Sorting
    • Pagination
    • Fragments
    • Named queries and parameters
    • Aliases
    • Directives
    • Error handling
    • Unoptomized queries
    • Batch requests
  • GraphQL Extensions
    • Read extensions
    • Write extensions
    • DME
  • Webhooks
    • Visma Development Portal
    • Business NXT configuration
    • Samples
  • How Tos
    • Best practices
    • How to create and finish an order
    • How to get customer prices
    • How to add an attachment to an order
    • How to create and update a batch
    • How to invoice an order
    • How to add a document to a voucher
    • How to read text from the Text table
  • Interactive GraphiQL IDE
  • Deprecated features
  • 📙
    Release Notes
Privacy Statement
Years
2026 2025 2024 2023 2022
Labels
  1. Business NXT API
  2. Release Notes
  3. 2023
RSS feed

Release Notes 2023

Dec 07
Api: Graphql

Multiple edits in a single update operation

Support for collecting multiple edits in a single update operation. See Update operations.
Api: Graphql

Synchronous timeout increased to 59 seconds

Increased internal execution timeout to 59 seconds to allow longer synchronous operations. This value may be subject to change. Async queries are recommended for long running operations.
Oct 26
Api: Graphql

Fix: Bitflag values in query variables fix

Fix: Support for bitflag values passed in query variables. See Bitflags.
Oct 19
Api: Graphql

Export values to array variables

Support for exporting values to an array variable. See the @export directive.
Oct 05
Api: Graphql

Fix: _or filters with changedDateTime/createdDateTime fix

Fix: correct handling of filters with changedDateTime/createdDateTime and other _or expressions
Sep 28
Api: Graphql

Error responses now include status_name

Include name of status codes (with status_name) in error data not just status codes. See Error handling.
Sep 07
Api: Graphql

Fix: byte values in processing/report arguments fix

Fix: support for byte values in processing/report arguments
Api: Graphql

Fix: Partial finish order fix

Fix: partially finish order
Aug 24
Api: Graphql

Fix: Correct hasNextPage when all data is fetched fix

Fix: hasNextPage report correct value when all data has been fetched
Api: Graphql

Fix: More fields can be set to null for suggested values fix

Fix: allow more field to be set to null in order to request to suggest value
Jul 20
Api: Graphql

Batched request support

Support for batching multiple requests together. See Batched requests.
Jul 06
Api: Graphql

Improved bit flags column handling

Better support for working with bit flags columns. See Bitflags.
Api: Graphql

Record skipping support

Support for skipping records. See Pagination.
Jun 29
Api: Graphql

Model information query support

Support for fetching model information. See Model information.
Jun 01
Api: Graphql

_in and _not_in filter operators

Support for _in and _not_in operators in filters. See Filtering.
Apr 27
Api: Graphql

Deprecated suggest argument

Deprecated the suggest argument for suggesting values.
Api: Graphql

New null-based suggested value ordering

Added a new way to suggest values in the correct field order using null values. See Suggested values.
Api: Graphql

Removed deprecated suggestValues argument

Removed the deprecated suggestValues argument for suggesting values.
Feb 09
Api: Graphql

Distinct values query support

Added support for fetching distinct values. See Distinct values.
Jan 05
Api: Graphql

availableCompanies includes vismaNetCustomerId

Company information from the availableCompanies field includes customer ID with the vismaNetCustomerId field.
Api: Graphql

availableCompany returns companies across all customers

The availableCompany returns all the companies from all customers if no customer ID was provided, not just the companies of the first found customer (as previously available).
Api: Graphql

availableCustomers for service integrations

The availableCustomers field works for service-to-service integrations.

No entries match the selected filters.