POST /dispatch/{stopId}/complete
Handles the changes needed to be made when a driver completes a delivery or pickup stop.
Currently, this only works for LTL movements. In the future, we will use this
method for drivers to report their starts on truckload movements as well.
Roles that can access this endpoint are Drivers.
Parameters
name |
description |
type |
default |
type |
stopId |
the ID of the stop to mark completed (not currently used) |
path
|
|
String
|
report |
the {@link DriverStopReport} with all fields on the root
object populated plus:
- whatever details are necessary for "surprise" accessorials (pickups only)
- scanned images of documentation (pickups only)
- any OS&D data, including full color pictures for damages
- the consignee's signature indicating acceptance of potential additional
charges resulting from those accessorials or that a delivery was made
|
body of type: application/xml application/json
|
|
DriverStopReport
|
Result
void
Try It Out
Request