Click or drag to resize

IOperationServiceGetEgaisProductPackageVolumes(Guid) Method

Returns Egais product package volumes which are retrieved by product id converted to alc code. Throws EgaisDataException when could not retrieve data by product id.

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

Parameters

productId  Guid
The product identification.

Return Value

IReadOnlyCollectionInt32
See Also