POST api/Product/PostItemInventory
Request Information
URI Parameters
None.
Body Parameters
ItemInventoryName | 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. |
Request Formats
application/json, text/json
Sample:
{ "ItemInventoryID": "4f8ba313-5a43-4fc6-8b54-1f4e8a31d798", "ItemId": "e9f7458c-7b40-46a5-bd25-6ecded302528", "WarehouseID": "d76e700b-2035-4a57-9a45-ff537a625099", "WarehouseLocationID": "a4b3bfd5-af38-44de-96d1-77e0bff2c8ce", "StockCount": 5.0, "StockReservations": 6.0, "Synced": true, "Updated": "2025-07-04T15:39:45.9940068+02:00", "Direction": 9 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.