Click or drag to resize

AccountCustomerServiceSearchCustomerOrders Method

Searches the customer orders.

Namespace:  AMCS.Elemos.IntegrationService.Services.AccountCustomer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CustomerOrdersResultEntity SearchCustomerOrders(
	string authenticationKey,
	CustomerOrdersSearchRequest request
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
request
Type: AMCS.Elemos.IntegrationService.Entity.Customer.OrdersSearchCustomerOrdersSearchRequest
The request.

Return Value

Type: CustomerOrdersResultEntity
Exceptions
ExceptionCondition
FaultExceptionTDetailnew AuthenticationFault { ErrorMessage = Invalid AuthenticationKey, Key = authenticationKey };new FaultCode(InvalidAuthenticationKey)
AuthenticationFault
FaultReason
FaultCodeInvalidAuthenticationKey
FaultException
See Also