POST api/Product/PostItemInventory
Request Information
URI Parameters
None.
Body Parameters
ItemInventory| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemInventoryID | globally unique identifier |
None. |
|
| ItemId | globally unique identifier |
None. |
|
| WarehouseID | globally unique identifier |
None. |
|
| WarehouseLocationID | globally unique identifier |
None. |
|
| StockCount | decimal number |
None. |
|
| StockReservations | decimal number |
None. |
|
| Synced | boolean |
None. |
|
| Updated | date |
None. |
|
| Direction | integer |
None. |
|
| ResetStock | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemInventoryID": "481136bb-d771-4df0-a40f-a3407f93265c",
"ItemId": "f23f1f9b-9189-4aaf-97a1-e42e9cb45f90",
"WarehouseID": "9385a9ac-a4ca-41bb-90c0-bebe46f0d2d2",
"WarehouseLocationID": "2161b321-af3e-4e84-a293-0d1bf946d17b",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-08-06T01:34:52.4725113+02:00",
"Direction": 9,
"ResetStock": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.