POST /dispatch/{stopId}/endTrip
Handles the changes needed to be made when a driver ends a trip.
Currently, this only works for LTL peddle movements since these are
the only ones that use begin and end trip stops.
Roles that can access this endpoint are Drivers.
Parameters
name |
description |
type |
default |
type |
stopId |
the ID of the end trip stop to mark arrived (not currently used) |
path
|
|
String
|
report |
the {@link DriverStopReport} with all fields on the root object populated |
body of type: application/xml application/json
|
|
DriverStopReport
|
Result
Response
a response object containing an HTTP response code and string representing success or failure of the web service call
Try It Out
Request