Click or drag to resize

IOperationServiceGetEgaisProductPackageVolumes Method (String, String)

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
Type: SystemString
Excise stamp to retrieve Egais product.
fsRarId
Type: SystemString
The FSRAR identification.

Return Value

Type: IReadOnlyCollectionValueTupleGuid, Int32
See Also