Click or drag to resize

StatementsServiceGetStatements Method

Gets the statements.

Namespace:  AMCS.Elemos.IntegrationService.Services.Statement
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<StatementSearchResultEntity> GetStatements(
	string authKey,
	StatementSearchRequest searchRequest
)

Parameters

authKey
Type: SystemString
The authentication key.
searchRequest
Type: AMCS.Elemos.IntegrationService.Entity.StatementStatementSearchRequest
The search request.

Return Value

Type: IListStatementSearchResultEntity
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(GetLatestStatement)
FaultCodeGetLatestStatement
See Also