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.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxIReadOnlyCollection<(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