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": "c436fb74-2f7e-4b59-bcd9-3a72de9b954d",
"ItemId": "3e16ab09-ab34-42c2-b1f4-559025642af1",
"WarehouseID": "49a98eb2-6652-438d-a440-6a65351d7e68",
"WarehouseLocationID": "bcd7bf30-52ba-48b1-a64f-c58b88a59148",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-05-06T16:24:00.7860403+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.