go back to DispatchService

POST /dispatch/locateTractor

Locates a tractor at the provided location.

Roles that can access this endpoint are Users.

Parameters

name description type default type
tractorId ID for the tractor to be located query String
driver1Id ID for the first driver to be located with the tractor query String
driver2Id ID for the second driver to be located with the tractor query String
trailer1Id ID for the first trailer to be located with the tractor query String
trailer2Id ID for the second trailer to be located with the tractor query String
trailer3Id ID for the third trailer to be located with the tractor query String
dropTrailer1 whether to drop the first trailer query boolean
dropTrailer2 whether to drop the second trailer query boolean
dropTrailer3 whether to drop the third trailer query boolean
locateDate date and time to locate the tractor query Date
locationId ID of the location in which to locate the tractor query String
locationName name of the location in which to locate the trailer query String
cityId ID of the location city query String

Result

Response of type: text/plain

a response object containing an HTTP response code and string representing success or failure of the web service call

Try It Out

Request

- Authentication Help
- String
- String
- String
- String
- String
- String
- boolean
- boolean
- boolean
- Date
- String
- String
- String