GET /dispatch/checkTrailerPreassignments/{trailerId}
Checks to see if the trailer has existing preassignments other than the current movement being checked for dispatch.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
trailerId |
ID of the trailer for which to check for preassignments |
path
|
|
String
|
excludedMovementId |
ID of the movement the trailer is being assigned to so it can be excluded in the preassignment check |
query
|
|
String
|
Result
Response
of type:
text/plain
a response containing Status.OK (200) of the trailer has no preassignments or Status.CONFLICT (409) if there are existing preassignments
Try It Out
Request