POST /carrierDispatch/assign/{movementId}
This method allows assignment of a carrier to a movement.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
movementId |
ID of the movement to be updated |
path
|
|
String
|
carrierId |
ID of the carrier to be assigned |
query
|
|
String
|
reason |
string reason for unassigning the previously assigned carrier |
query
|
|
String
|
Result
Response
of type:
text/plain
a response containing the success or failure of the assignment request
Try It Out
Request