Evatic REST API Documentation
Not what you were looking for? Go to the SOAP API documentation
Overview
The Evatic Online API allows you to integrate with Evatic using simple HTTP methods.
RESTful API
The Evatic API is an OData RESTful API so you should also be familiar with OData protocol. For more information see OData Org Requests to resources are made using HTTP methods (GET and POST) and will return HTTP responses. The response body will contain results specific to the request. Note that the Evatic API uses GET and POST only. Each API endpoint states the method used.
Getting Started
Before you can access the Evatic API you must setup the API access in ESH by creating a new ConnectByApi integration. An API key will then be supplied. Each ESH API key access is limited to one Company.
In all the examples the domain and the API key need to be passed with the request.
So for example:
https://DOMAIN/api/Customer/GetCustomerByCustomerNo/APIKEY/ABC001
The DOMAIN refers to the server name that hosts the webserver. The APIKEY refers to the API key as supplied by ESH.
Detailed documentation
Go here to read the detailed documentation