API's for managing RFID read event subscriptions in Savanna. We want to use Zebra and its antennas to read the RFIDs of the products,
Data In
{
"deviceId": "string",
"antennaId": "number",
}
Data Out
{
"deviceId": string",
"antennaId": "number",
"timestamp": "2020-10-15T06:50:48.801Z",
"type": "readTags",
"location": {
"latitude": 42.35022,
"longitude": -3.67527
}
}'