My Products
Help

Response compression algorithms in Visma.Net Financials API

09-02-2022 18:47
  • 0 Replies
  • 0 kudos
  • 589 Views

Did you know that Visma.net ERP API supports different compression algorithm?
We support brotli, gzip and deflate. They can be used by adding Accept-Encoding: <compression type> in your request header.
More info and sample code can be found at:

Response compression in ASP.NET Core

Contributors