go back to MovementService

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:

Try It Out

Request

- Authentication Help
- String
- Integer
- Float
- Float
- Integer
- Float
- Float
- Integer
- String