go back to DispatchService

POST /dispatch/moveTrailer

Moves the trailer to the provided location.

Roles that can access this endpoint are Users.

Parameters

name description type default type
trailer1Id ID if the trailer to be moved query String
locateDate date time to move the trailer query Date
locationId ID of the location in which to move the trailer query String
locationName name of the location in which to move 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
- Date
- String
- String
- String