go back to DispatchService

POST /dispatch/changeEquipment/{movementId}

Handles equipment ID changes for a given movement and specific piece of equipment.

Roles that can access this endpoint are Users.

Parameters

name description type default type
equipmentId ID of the tractor/trailer/driver to be assigned query String
equipmentType type of equipment to be assigned query String
movementId ID of the movement to be updated path String
sequence typically 0, unless multiple drivers or trailers are being assigned query 0 int
overrideExistingPreassignment query false Boolean

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

- Authentication Help
- String
- String
- String
- int
- Boolean