Routes
In order to recieve routes of specific Job, you will need to perform following API Calls:
You can get route of a specific job by making a GET request to https://api.truckershub.in/v1/routes/:jobID. :jobID must be replaced with a job ID number.
After a successfully call an array of the Route Object will be returned.