Inventory RFID Devices REST Endpoints

Inventory Management/Inventory RFID Devices
The radio frequency identification (RFID) devices defined in the system.
Check if the device is connected
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices/{DeviceId}/action/checkConnection
Create RFID devices
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices
Delete one RFID device
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices/{DeviceId}
Get all RFID devices
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices
Get one RFID device
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices/{DeviceId}
Update one RFDI device
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices/{DeviceId}