POST v1/Warehouses/{warehouseId}/StockCount/{stockCountId}/Item/{stockCountItemId}/{actualCount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| warehouseId | integer |
Required. |
|
| stockCountId | integer |
Required. |
|
| stockCountItemId | integer |
Required. |
|
| actualCount | integer |
Required. |
Body Parameters
None.
Response Information
Resource Description
StockCountItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
If os stock count item |
integer |
None. |
| Status |
Status of stock count item |
StockCountItemStatusEnum |
None. |
| ExpectedQuantity |
Expected quantity for this product on this location |
integer |
None. |
| ActualQuantity |
Actual counted quantity for this product on this location |
integer |
None. |
| Product |
Product |
StockCountItemProduct |
None. |
| ResolutionText |
If finalized, this fields reports the human readable resolution |
string |
None. |
| ResolutionData |
JSON serialized data for action that should be taken! |
string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.