POST /dispatch/split/{splitBeforeStopId}
Splits the given movement, given the specified stop and equipment information.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
splitBeforeStopId |
ID of the stop before which to place the split point |
path
|
|
String
|
splitStop |
RowStop object containing the stop details for the split point |
body of type: application/xml application/json
|
|
RowStop
|
tractorId |
ID of the tractor |
query
|
|
String
|
driver1Id |
ID of the first driver |
query
|
|
String
|
driver2Id |
ID of the second driver |
query
|
|
String
|
emptyToCorrectMovementId |
ID of the empty movement to be corrected |
query
|
|
String
|
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