go back to CarrierDispatchService

POST /carrierDispatch/addPendingLock/{movementId}

Adds a pending lock on the movement.

Roles that can access this endpoint are Users.

Parameters

name description type default type
movementId ID of the movement to be locked path String
notificationType an int value representing the type of notification requested by the user NOTIFICATION TYPES: 1 - Don't request lock 2 - Request lock with no notification 3 - Request lock with email notification 4 - Request lock with rapid alert notification query 2 int

Result

Response of type: text/plain

a response containing the success or failure message of the pending lock request @see PanelPendingLockPrompt

Try It Out

Request

- Authentication Help
- String
- int