Inventory Tutorial

Inventory Tutorial in RFID API-3

A Simple continuous operation reads all tags in the field of view on all antennas of the connected RFID reader. It uses no filters (pre-filters or post-filters) and the start and stop trigger for the inventory is the default - immediate type. for example, start immediately when start Rest API is called, and stops immediately when stop Rest API is called.

Inventory Start payload
{
    "command": "start",
    "command_id": "16266718797272556",
    "payload": {}
    }
}
Inventory Stop payload
{
    "command": "stop",
    "command_id": "16266718797272556",
    "payload": {}
    }
}