Click or drag to resize

IOperationServiceGetEgaisProductPackageVolumes Method (Guid)

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
Type: SystemGuid
The product identification.

Return Value

Type: IReadOnlyCollectionInt32
See Also