Click or drag to resize

PictureServiceGetPictureInformationByWeighingId Method

Gets the picture information by weighing identifier.

Namespace:  AMCS.Elemos.IntegrationService.Services.Picture
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<PictureInformationEntity> GetPictureInformationByWeighingId(
	string authenticationKey,
	int weighingId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
weighingId
Type: SystemInt32
The weighing identifier.

Return Value

Type: IListPictureInformationEntity
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(GetPictureInformationByWeighingId)
FaultCodeGetPictureInformationByWeighingId
See Also