Calculate the transportation route costs
GET/company/minimal/costs
Endpoint that calculates the detailed costs of transporting goods between two points. Implemented in src/features/company/minimal/routes.js (ctrl.getCosts)
Includes:
- Fuel costs
- Tolls
- Vehicle maintenance
- Time cost
Request
Responses
- 200
- 400
Route costs
Invalid request parameters. Possible causes:
- Missing required parameters (id, volume or weight)
- Invalid address identifiers
- Negative or zero weight/volume values
- Unsupported coordinate format