Click or drag to resize

IOperationServiceAddEgaisMarkEventForCocktailsVolume Method

Adds egais event to process volume into cocktails.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void AddEgaisMarkEventForCocktailsVolume(
	IReadOnlyCollection<(string exciseStamp, int? volume)> egaisUnsealProductData,
	string fsRarId,
	DateTime chequeDate,
	IUser user,
	IRestaurantSection section
)

Parameters

egaisUnsealProductData
Type: System.Collections.GenericIReadOnlyCollectionValueTupleString, NullableInt32
Product data to process into cocktails.
fsRarId
Type: SystemString
FsRarId of an individual entrepreneur, legal entity or a separate division of a legal entity, assigned by the FS RAR for use in the EGAIS.
chequeDate
Type: SystemDateTime
Cheque formed date.
user
Type: Resto.Front.Api.Data.SecurityIUser
The user who calls current function.
section
Type: Resto.Front.Api.Data.Organization.SectionsIRestaurantSection
A restaurant section.
See Also