Skip to main content
POST
/
v1
/
ScanTask
/
Finish
Finish SCan Task
curl --request POST \
  --url https://ato.fnskutoasin.com/api/v1/ScanTask/Finish \
  --header 'Content-Type: application/json' \
  --data '
{
  "barCode": "<string>",
  "asin": "<string>",
  "workerId": "<string>"
}
'
{
  "messages": [
    "<string>"
  ],
  "succeeded": true,
  "data": 123
}

Headers

apiKey
string | null

Body

application/json
barCode
string | null
asin
string | null
workerId
string | null

Response

200 - application/json

Status 200 OK

messages
string[] | null
succeeded
boolean
data
integer<int64>