POST /carrierDispatch/cancel/{movementId}
This method cancels an in-progress or delivered move.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
movementId |
ID of the movement to be canceled |
path
|
|
String
|
leaveTrailerAssigned |
boolean representing whether the company trailer should remain assigned to the movement |
query
|
false |
Boolean
|
reason |
a string giving the reason for un-assigning carrier |
query
|
|
String
|
Result
Response
of type:
text/plain
a response containing the success or failure of the cancel request
Try It Out
Request