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": "31b658b8-9a95-42d1-b843-441e087c54a6",
"ItemId": "a1691b66-77cc-4503-9d38-a8c33b124762",
"WarehouseID": "3d976065-969f-405b-be1d-d50df6a7aba1",
"WarehouseLocationID": "f153a34a-b269-4253-bdf1-0a6305155a4a",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-02-04T04:16:10.8700858+01: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.