Create Inventory
Creates inventory items in OFS. Each row becomes one inventory item.
1 — Excel file
Each row = one API call.
Submit to OFS
Upload an Excel file.
Fields
inventoryTyperequiredstringInventory type as configured in OFS.
statusrequiredenumWhere the item is located.
customerresourceinstalleddeinstalledserialNumberstringUnique serial number for serialized inventory.
quantitynumberQuantity for non-serialized inventory.
resourceIdstringAssign to this resource. Use resourceId OR activityId, not both.
activityIdintegerAssign to this activity. Use activityId OR resourceId, not both.
Notes
- ·Provide either resourceId OR activityId — not both.
- ·status values: customer=at customer site | resource=with technician | installed=at asset | deinstalled=removed.
- ·Serialized inventory: provide serialNumber. Non-serialized: provide quantity.