POST /dispatch/reconsign/{movementId}
Reconsigns the order for the given movement.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
newConsigneeStop |
a stop object representing the new consignee stop |
body of type: application/xml application/json
|
|
RowStop
|
movementId |
ID of the move for which to reconsign the order |
path
|
|
String
|
overrideXferToFueltax |
whether to allow reconsignment if transfer to fuel tax has already been done |
query
|
|
boolean
|
overrideXferToSettlements |
whether to allow reconsignment if transfer to settlements has already been done |
query
|
|
boolean
|
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