Click or drag to resize

IOperationServiceGetEgaisProductPackageVolumes(String, String) Method

Returns Egais product ids and volumes which are retrieved by excise stamp converted to alc code. Throws EgaisDataException when could not retrieve data by excise stamp.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyCollection<(Guid productId, int volume)> GetEgaisProductPackageVolumes(
	string exciseStamp,
	string fsRarId
)

Parameters

exciseStamp  String
Excise stamp to retrieve Egais product.
fsRarId  String
The FSRAR identification.

Return Value

IReadOnlyCollectionValueTupleGuid, Int32
See Also