Versioning
Version 2
This is currently the latest version of both API's. Future versions of the API's will be clearly communicated in the Change log .
Work with versioning
You have a few options on providing version in your request.
- Type the version number in the base URL, eg. https://eaccountingapi.vismaonline.com/v2/articles
- Custom header with key: “version”
- Accept header (version=2)
- URL attribute ($version=2)
Updated 5 months ago