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": "8eca2f2f-4319-493c-afda-74a8d1949dff",
"ItemId": "d47f02b4-5922-47a7-be89-95229bcb6b38",
"WarehouseID": "449bbda6-3f1e-4bc1-82a5-74193be594a2",
"WarehouseLocationID": "63af62e4-2bb9-4e7a-ac70-94cdedc24ae9",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-09-20T13:22:10.1983423+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.