curl --request POST \
--url http://localhost:3000/v1/scanner/sweeps/{id} \
--header 'Content-Type: application/json' \
--data '
{
"action": "start"
}
'{
"success": true,
"sweep": null,
"error": "<string>",
"message": "<string>"
}Performs an action on a sweep (claim, start, checkout, complete, deliver, decant).
curl --request POST \
--url http://localhost:3000/v1/scanner/sweeps/{id} \
--header 'Content-Type: application/json' \
--data '
{
"action": "start"
}
'{
"success": true,
"sweep": null,
"error": "<string>",
"message": "<string>"
}Sweep ID
Action to perform on sweep
claim, start, checkout, complete, deliver, decant "start"