1
0
mirror of synced 2025-12-23 21:03:15 -05:00
Files
airbyte/docs/integrations/sources/visma-economic.md
Sofie Hellmark 2b52b53ece 🎉 New Source: Visma e-conomic (#18595)
* add visma economic as source

* fix version

* add documentation & clean up

* Update README.md

* remove non-existing stream from catalog

* fixing schema formats

* fixing acceptance tests

* add data for integration test

* add visma to builds.md

* delete integration_tests/catalog.json

* add example tokens to sample config

* fix requirements.txt

* fix accounting schema

* add title to spec

* fixed comments and test on next page token

* format visma economic

* correct source def

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-07 20:44:10 -03:00

2.3 KiB

Visma e-conomic

Sync overview

This source collects data from Visma e-conomic. At the moment the source only implements full refresh, meaning you will sync all records with every new sync.

Prerequisites

  • Your Visma e-conomic Agreement Grant Token
  • Your Visma e-conomic App Secret Token

This page guides you through the different ways of connecting to the api. In sort your options are:

  • Developer agreement
  • Create a free sandbox account, valid for 14 days.
  • Demo tokens: app_secret_token=demo and agreement_grant_token=demo

Set up the Visma e-conomic source connector

  1. Log into your Airbyte Cloud or Airbyte Open Source account.
  2. Click Sources and then click + New source.
  3. On the Set up the source page, select Stripe from the Source type dropdown.
  4. Enter a name for your source.
  5. Enter Agreement Grant Token.
  6. Enter Secret Key.

This Source Supports the Following Streams

For more information about the api see the E-conomic REST API Documentation.

Sync models

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental Sync No

Changelog

Version Date Pull Request Subject
0.1.0 2022-xx-xx 18595 Adding Visma e-conomic as a source