# ItemWarehouses: Exact Online Item Warehouses - Catalog: `ExactOnlineREST` - Schema: `Inventory` - Primary Keys: `ID` - Label: Item Warehouses The data in this table is partitioned per value of the `Division` column. Can retrieve data and change data using insert, update and delete. ## Table Columns The columns of the table `ItemWarehouses` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert and update. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `CountingCycle` | `int16` | | ☐ | | | `Created` | `datetime` | Created | ☐ | Creation date. | | `CreatedUtc` | `datetime` | Created (UTC) | ☐ | Creation date in UTC. | | `Creator` | `guid` | Creator | ☐ | User ID of creator. | | `CreatorFullName` | `varchar2`(240) | Creator Full Name | ☐ | Name of creator. | | `CurrentStock` | `double` | Current Stock | ☐ | Quantity that is currently on stock, sales/purchase orders excluded. | | `DefaultStorageLocation` | `guid` | | ☐ | This is a default storage location. | | `DefaultStorageLocationCode` | `varchar2` | | ☐ | Default storage location's code. | | `DefaultStorageLocationDescription` | `varchar2` | | ☐ | Default storage location's description. | | `Division` | `int32` | Division | ☐ | Division code. | | `DivisionCompanyCoCNumber` | `varchar2`(60) | Division Chamber of Commerce Number | ☐ | Chamber of commerce number of the Exact Online division. | | `DivisionCompanyIBANNumber` | `varchar2`(50) | Division IBAN Number | ☐ | IBAN number of the Exact Online division. | | `DivisionCompanyName` | `varchar2`(50) | Division Company Name | ☑ | Company name of the Exact Online division. | | `DivisionCompanyRSINNumber` | `varchar2`(9) | Division RSIN Number | ☐ | RSIN number of the Exact Online division. | | `DivisionCompanyVATNumber` | `varchar2`(35) | Division VAT Number | ☐ | VAT number of the Exact Online division. | | `DivisionCompanyWageTaxNumber` | `varchar2`(60) | Division Wage Tax Number | ☐ | Wage tax number of the Exact Online division. | | `DivisionLabel` | `varchar2`(128) | Division Label | ☑ | Label of the Exact Online division. | | `DivisionName` | `varchar2`(50) | Administration Name | ☑ | Name of the Exact Online division. | | `DivisionOwnerCompanyName` | `varchar2`(50) | Subscription Holder Name | ☑ | Name of the customer account in division 1 owning the Exact Online subscription to which this division belongs. | | `DivisionOwnerCompanyNumber` | `varchar2`(18) | Subscription Holder Number | ☑ | Number of the customer account in division 1 owning the Exact Online subscription to which this division belongs. | | `DivisionShortName` | `int64` | Division Short Name | ☑ | Short name of the Exact Online division. | | `ID` | `guid` | ID | ☑ | Primary key. | | `Item` | `guid` | Item | ☐ | Item ID. | | `ItemBarcode` | `varchar2` | Item Barcode | ☐ | Barcode of item. | | `ItemCode` | `varchar2`(30) | Item Code | ☐ | Code of item. | | `ItemDescription` | `varchar2`(255) | Item Description | ☐ | Description of item. | | `ItemEndDate` | `datetime` | Item End Date | ☐ | Together with ItemStartDate this determines if the item is active. | | `ItemIsFractionAllowedItem` | `char` | | ☐ | Indicates if fractions (for example 0.35) are allowed for quantities of this item. | | `ItemIsStockItem` | `char` | Item is Stock Item | ☐ | Indicates if this is a stock item. | | `ItemStartDate` | `datetime` | Item Start Date | ☐ | Together with ItemEndDate this determines if the item is active. | | `ItemUnit` | `varchar2` | Item Unit | ☐ | The standard unit code of this item. | | `ItemUnitDescription` | `varchar2`(60) | Item Unit Description | ☐ | Description of item's unit. | | `MaximumStock` | `double` | Maximum Stock | ☐ | Maximum number of stock could enter warehouse. | | `Modified` | `datetime` | Modified | ☐ | Last modified date. | | `ModifiedUtc` | `datetime` | Modified (UTC) | ☐ | Last modified date in UTC. | | `Modifier` | `guid` | Modifier | ☐ | User ID of modifier. | | `ModifierFullName` | `varchar2`(240) | Modified Full Name | ☐ | Name of modifier. | | `NextCountingCycle` | `datetime` | Next Counting Cycle | ☐ | | | `OrderPolicy` | `int16` | Order Policy | ☐ | | | `Period` | `int16` | Period | ☐ | | | `PlannedStockIn` | `double` | Planned Stock In | ☐ | The quantity still open to be received based on i.e. purchase orders and assembly orders. | | `PlannedStockOut` | `double` | Planned Stock Out | ☐ | The quantity still open to be delivered based on i.e. sales orders and assembly orders. | | `PlanningDetailsUrl` | `varchar2` | Planning Details (URL) | ☐ | URL of the stock planning details of this record. | | `ProjectedStock` | `double` | Projected Stock | ☐ | The quantity of stock projected given all planned future stock changes. | | `ReorderPoint` | `double` | Reorder Point | ☐ | Reorder point when stock depletes. | | `ReorderQuantity` | `double` | Reorder Point Quantity | ☐ | | | `ReplenishmentType` | `int16` | Replenishment Type | ☐ | | | `ReservedStock` | `double` | Reserved Stock | ☐ | The quantity in a back to back order process which is already received from the purchase order, but not yet delivered for the sales order. | | `SafetyStock` | `double` | Safety Stock | ☐ | Safety stock. | | `StorageLocationSequenceNumber` | `int32` | | ☐ | | | `StorageLocationUrl` | `varchar2` | Storage Location (URL) | ☐ | URL pointing to details of which storage locations this ItemWarehouse's stock is located. | | `Warehouse` | `guid` | Warehouse | ☐ | Warehouse ID. | | `WarehouseCode` | `varchar2` | Warehouse Code | ☐ | Code of warehouse. | | `WarehouseDescription` | `varchar2` | Warehouse Description | ☐ | Description of warehouse. |