Skip to main content
POST
/
v1
/
dispatch
/
:id
/
verify-tote
cURL
curl --request POST \
  --url http://localhost:3000/v1/dispatch/:id/verify-tote \
  --header 'Content-Type: application/json' \
  --data '
{
  "tote_id": "<string>",
  "verified": true
}
'
"<unknown>"

Path Parameters

id
string<uuid>
required

Dispatch action ID

Body

application/json
tote_id
string
required

Tote ID to verify

verified
boolean
required

Whether the tote is verified

Response

200 - application/json

Tote verification updated

The response is of type unknown.