Odyssee Mobile

API User Guide

Content



Introduction

This little app is a sample that shows how you can make an integration between an ERP and Odyssee Mobile using Odyssee API.

It’s written in .Net.

We tried to use external reference a less as possible to avoid complexity.

  • RestSharp : to easily communicate with a Rest API
  • Newtonsoft.Json : serialize object in 1 line of code


You don’t need to store the Odyssee Guid Primary key on your ERP table. The system is using his own table (sync_cache).

You can have a synchronization each seconds because it doesn’t uses a lot of ressources