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": "552dfe57-46b6-40ae-9229-942b1837aa52",
"ItemId": "ccfc872d-b43b-4088-873c-65c5cdcd141e",
"WarehouseID": "4db592f4-3c38-49e2-9324-467d005da322",
"WarehouseLocationID": "ca7db946-1bee-4864-ab6d-ccb682b533f8",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-06-21T22:54:35.4576362+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.