sureEcosystem is a restful API that will allow call providers to communicate with dispatch software providers. The API was created with JSON to allow these software systems to easily connect to the API. JSON (JavaScript Object Notation) is a lightweight data-interchange format.
When a call provider or dispatch software provider wants to communicate with the API, they must build a json message and post it to the specified endpoint in sureEcosystem. The API can be consumed with any technology that can build an Http Post request. Popular javascript frameworks such as jquery are supported.
Call providers and dispatch software providers must provide API endpoints for sureEcosystem. The API will use these endpoints to forward the json message to the dispatch software provider or call provider.