The CalculateFifoStockValueBatchNumber function calculates and returns the total fifoStockValue for the given productId.
Method | /CalculateFifoStockValue |
The request body is of type CalculateFifoStockValue.
Name | Description | Data Type |
---|---|---|
storeId | xml:int | |
productId | xml:int | |
stockDate | xml:dateTime | |
batchNumber | xml:int |
|
The response body is of type CalculateFifoStockValueResponse.
Name | Description | Data Type |
---|---|---|
CalculateFifoStockValueResult | xml:decimal |
|