POST /partialShipment/{movementId}/resequenceManifestStops/{stopIds}
Takes a movement id and a comma delimited list of stop id values and sequences the stops on the manifest
movement.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
movementId |
Movement id of the stops you are sequencing |
path
|
|
String
|
stopIds |
Comma delimited list of stop id values you are sequencing on the manifested movement. Stops
will be sequenced in the order you provide the stop id values in the stopIds parameter. |
path
|
|
String
|
Result
RowMovement
of type:
application/xml
application/json
The manifest RowMovement object with order and stop details associated with the manifest.
Try It Out
Request