Click or drag to resize

IOperationServiceSetStopListProductRemainingAmount Method

Add and set amount for specific product and it's size to stop list.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void SetStopListProductRemainingAmount(
	IProduct product,
	IProductSize productSize,
	decimal amount,
	ICredentials credentials
)

Parameters

product
Type: Resto.Front.Api.Data.AssortmentIProduct
Specific product that is going to be added to stop list.
productSize
Type: Resto.Front.Api.Data.AssortmentIProductSize
Applicable product size or null if the product doesn't have a scale.
amount
Type: SystemDecimal
Remaining amount of the product.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
See Also

Reference