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  IReadOnlyCollectionValueTupleString, NullableInt32
Product data to process into cocktails.
fsRarId  String
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  DateTime
Cheque formed date.
user  IUser
The user who calls current function.
section  IRestaurantSection
A restaurant section.
See Also