# ItemWarehousesIncremental: Exact Online Item Warehouses
- Catalog: `ExactOnlineREST`
- Schema: `Incremental`
- Primary Keys: `ID`
- Label: Item Warehouses
The data in this table is partitioned per value of the `Division` column.
This is a read-only view. The Exact Online API may not support changing the data or the Invantive UniversalSQL driver for Exact Online does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Exact Online API.
## View Columns
The columns of the view `ItemWarehousesIncremental` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `CountingCycle` | `int16` | | ☐ | |
| `Created` | `datetime` | Created | ☐ | |
| `Creator` | `guid` | Creator | ☐ | |
| `DefaultStorageLocation` | `guid` | | ☐ | |
| `Division` | `int32` | Division | ☐ | |
| `ID` | `guid` | ID | ☑ | |
| `Item` | `guid` | Item | ☐ | |
| `MaximumStock` | `double` | Maximum Stock | ☐ | |
| `Modified` | `datetime` | Modified | ☐ | |
| `Modifier` | `guid` | Modifier | ☐ | |
| `OrderPolicy` | `int16` | Order Policy | ☐ | |
| `Period` | `int16` | Period | ☐ | |
| `ReorderPoint` | `double` | Reorder Point | ☐ | |
| `ReorderQuantity` | `double` | Reorder Point Quantity | ☐ | |
| `ReplenishmentType` | `int16` | Replenishment Type | ☐ | |
| `ReservedStock` | `double` | Reserved Stock | ☐ | |
| `SafetyStock` | `double` | Safety Stock | ☐ | |
| `Timestamp` | `int64` | Timestamp | ☑ | |
| `Warehouse` | `guid` | Warehouse | ☐ | |