POST /carrierDispatch/unlock/{movementId}
This will attempt to unlock a locked move. An exception will be thrown if
the move is not locked, the locked user is different than the one making the unlock request,
or the requesting user does not have permission to unlock a movement.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
movementId |
ID of the movement to be unlocked |
path
|
|
String
|
Result
Response
of type:
text/plain
a response containing the success or failure message of the unlock request
Try It Out
Request