GET /movements/{id}/estimatedPay
Retrieves the estimated pay for the load specified by the ID..
Roles that can access this endpoint are Drivers.
Parameters
name |
description |
type |
default |
type |
id |
ID of the movement |
path
|
|
String
|
driverId |
ID of the driver who requested the estimated pay |
query
|
|
String
|
Result
Currency
of type:
text/plain
a Currency object representing the estimated pay
Try It Out
Request