Create a new InventoryAsset record.
An InventoryAsset represents a physical asset — such as a desk, chair, monitor, printer, or other piece of equipment — that a location can track and optionally assign to customers. Each asset belongs to a single location (Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
BusinessId) and can be assigned to a specific scope via AssignToType:
| AssignToType value | Meaning |
|---|---|
| 1 (Location) | Assigned to the location generally, not tied to a specific resource or floor-plan item |
| 2 (Resource) | Linked to a bookable resource (e.g. a specific meeting room) via ResourceId |
| 3 (FloorPlanItem) | Linked to a floor-plan desk via FloorPlanDeskId |
CoworkerIds, CoworkerFullNames, CoworkerStartDates, and CoworkerEndDates reflect current assignments. To manage coworker-level assignments, use the CoworkerInventoryAsset entity instead.
Authorization header.
The authenticated user must be a full unrestricted administrator or have the InventoryAsset-Create role.eInventoryAssetAssignToType — AssignToType values
| Value | Name |
|---|---|
| 1 | Location |
| 2 | Resource |
| 3 | FloorPlanItem |
eInventoryAssetAssignToType.Location.200 on success.Id of the newly created record.true if the inventoryasset was created successfully.null on success.PropertyName: error message.null on validation failure.false when the request fails validation.