GET /movements/adhocOffers
Retrieves a List of RowMovement objects matching the criteria given that represent the 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
|
originRadius |
miles when filtering by radius for the origin |
query
|
|
Integer
|
originLatitude |
latitude of the origin used to search |
query
|
|
Float
|
originLongitude |
longitude of the origin used to search |
query
|
|
Float
|
destinationRadius |
miles when filtering by radius for the destination |
query
|
|
Integer
|
destinationLatitude |
latitude of the destination used to search |
query
|
|
Float
|
destinationLongitude |
longitude of the destination used to search |
query
|
|
Float
|
daysOut |
days for how far out to search |
query
|
|
Integer
|
equipment |
comma-delimited list of equipment types |
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.
__callInPhoneNumber
This value represents the phone number used to call in to request the load.
Try It Out
Request