IOperationServiceGetProductsRemainingAmounts Method iikoFront Api V3 Documentation
Gets remaining amounts of products in stop list.

Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
Dictionary<IProduct, decimal> GetProductsRemainingAmounts()

Return Value

Type: DictionaryIProduct, Decimal
Dictionary of products and theirs remaining amounts.
Remarks

Products that has small remaining amount can be added to stop list to limit consumption. Selling of product with zero or negative remaining amount is restricted.
See Also

Reference