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": "bd30aeaf-c19e-4bbd-937a-71c3b564b43b",
"ItemId": "fccb67bd-12ea-448a-bdf8-938f0cbe5a95",
"WarehouseID": "6fa09ecf-30f1-4287-a8b7-a5651993c4ad",
"WarehouseLocationID": "62f21790-a651-4012-9752-8ecf88f2b0f3",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-03-21T23:45:48.8985928+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.