- Subcategories:
- Processes
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: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices/{DeviceId}/action/checkConnection
- Create RFID devices
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices
- Delete one RFID device
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices/{DeviceId}
- Get all RFID devices
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices
- Get one RFID device
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices/{DeviceId}
- Update one RFDI device
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/inventoryRFIDDevices/{DeviceId}