GET /dispatch/emptiesToCorrect
Determines previous empties for a given tractor, when canceling a movement.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
movementId |
ID of the movement being canceled |
query
|
|
String
|
tractorId |
ID of the tractor for which to determine previous empties |
query
|
|
String
|
Result
List
<
RowMovement
>
of type:
application/xml
application/json
a list of empty movements
Child Elements:
RowStop
This element represent the origin stop for the order.
The element contains a __name
attribute with the value origin
.
RowStop
This element represent the consignee stop for the order.
The element contains a __name
attribute with the value destination
.
Try It Out
Request