ItemLocations
Return an inventoried item location information
Columns
| Name | Type | References | Description |
| ID [KEY] | Uuid | Unique identifier for location in the form of a guid. | |
| ItemID [KEY] | Uuid |
Items.ID | Unique identifier in the form of a guid. |
| Identifier | String | Identifier assigned to the location. | |
| QuantityOnHand | Decimal | Quantity of units held in inventory | |
| Name | String | Name assigned to the location. | |
| URI | String | Uniform resource identifier associated with the location object. | |
| CompanyFileId | String |
CompanyFiles.ID | ID of the company file. Takes precedence over the CompanyFileId property. |