The InventoryItem data record contains the data stored for one particular item in the inventory database. It is used to report, add or modify the properties of an inventory item thru the API. Beside this, the InventoryItem record is used to specify a filter when getting a list of InventoryItem records. in such a case, all fields which are missing or null are interpreted as a wildcard, specified fields must match to include the item in the list.
| Key | Type | Value |
|---|---|---|
| itemId | Number | A unique ID of this record (auto generated). |
| serialNo | String | The serial number of the item / device |
| vendor | String | The vendor name (for serach filters) |
| model | String | The modem name (for serach filters) |
| state | String | The administrative state of the device |
| comment | String | free text |
| modified | TimeStamp | automatically created timestamp of last change |