curl --request POST \
--url http://localhost:3000/v1/actions/assign-tote-to-robot \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "001000000000000001",
"robot_id": "001100000000000001"
}
'{
"success": true,
"message": "<string>",
"affectedEntity": {
"type": "<string>",
"id": "<string>"
}
}Assigns a tote to a robot and sets it as the active tote.
curl --request POST \
--url http://localhost:3000/v1/actions/assign-tote-to-robot \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "001000000000000001",
"robot_id": "001100000000000001"
}
'{
"success": true,
"message": "<string>",
"affectedEntity": {
"type": "<string>",
"id": "<string>"
}
}