Skip to main content
POST
/
v1
/
ScanTask
/
Batch
Batch Add Scan Task
curl --request POST \
  --url https://ato.fnskutoasin.com/api/v1/ScanTask/Batch \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "barCodes": [
    "<string>"
  ],
  "callBackUrl": "<string>"
}
'
{
  "messages": [
    "<string>"
  ],
  "succeeded": true,
  "data": 123
}

Authorizations

Api-Key
string
header
required

Body

application/json
barCodes
string[]
required
callBackUrl
string | null

Response

200 - application/json

Status 200 OK

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