The fleetroot OMS API is a RESTful web service for developers to programmatically interact with fleetroot’s data and real-time delivery management functionality.
INTRODUCTION
-
The fleetroot OMS API is a RESTful web service for developers to programmatically interact with fleetroot’s data and real-time delivery management functionality.
-
Data exchanged between clients and the API is JSON over HTTPS in Production and HTTP in Demo.
-
The base URL for the Fleetroot OMS API Production - https://omsapi.fleetroot.com and Demo - http://omsdemoapi.fleetroot.com , all the requests on this url use post method and we need to add the specific end points mentioned below to this URL.
-
All sample requests in this documentation are formatted for cURL.
-
API key is mandatory in all the API's request.
-
All parameters marked with * are mandatory otherwise optional.
-
If you have questions about using the API, want to share some feedback, or have come across a bug you'd like to report, write us an email at info@fleetroot.com .
-
Fleetroot OMS API uses key based authentication method. You can get a key from Settings(Login>Menu>Setting>Setting>API Key) in your fleetroot account to get API key.
Click below for Fleetroot OMS API Documentation: