2) Start a Barcode Scanner Process
POST {{barcode_base_url}}/api/v1/scanners
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accusoft-Affinity-Token
|
string |
RESPONSES
status OK
{
"processId": "LVpdqW6UzHnvfGf0uVaX8A",
"state": "processing",
"expirationDateTime": "2023-02-08T15:52:59.024Z",
"input": {
"source": {
"fileId": "RSFcKZADwT-2bEdPUQALCg"
}
}
} |
ENDPOINTS