GET /movements/offers
Retrieves a List of RowMovement objects that represent the top five available movements for a driver.
Roles that can access this endpoint are Drivers.
Parameters
name |
description |
type |
default |
type |
driverId |
ID of the driver for which to return offers |
query
|
|
String
|
Result
List
<
RowMovement
>
of type:
application/xml
application/json
a list of RowMovement objects
Additional attributes:
__findNearDistance
This value represents the find near distance.
__proratedRevenue
This value represents the prorated revenue of the load.
__sessionId
This value represents the session id.
__callInPhoneNumber
This value represents the phone number used to call in to request the load.
__estimatedPay
This value represents the estimated pay for the load.
__hasOverrideDistance
This flag indicates when the movement was included despite the driver's empty mileage preference.
Try It Out
Request