IOperationServiceAddEgaisMarkEventForBeer Method |
Adds egais event to process volume into beer.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid AddEgaisMarkEventForBeer(
IReadOnlyCollection<(Guid productId, decimal? volume)> egaisUnsealProductData,
string fsRarId,
DateTime openTime,
IUser user,
IRestaurantSection section
)
Parameters
- egaisUnsealProductData IReadOnlyCollectionValueTupleGuid, NullableDecimal
-
Product data to process into beer. Volume in liters.
- 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.
- openTime DateTime
-
Open date.
- user IUser
-
The user who calls current function.
- section IRestaurantSection
-
A restaurant section.
See Also