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

Authorizations

Api-Key
string
header
required

Body

application/json
barCode
string
required
Minimum string length: 1
callBackUrl
string | null
workerId
string | null
addInfoTask
boolean

Response

200 - application/json

Status 200 OK

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