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": "4b2b55c0-6d9b-4ca7-9df4-31e1261c6e6b", "ItemId": "e7251d0e-8c7f-4229-acf5-e27d198f6f42", "WarehouseID": "2c57aafa-4731-4c15-a618-4d4c0d87cac1", "WarehouseLocationID": "b0470f24-5665-4ab8-90eb-ac93514857d4", "StockCount": 5.0, "StockReservations": 6.0, "Synced": true, "Updated": "2025-04-04T05:27:12.5901407+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.