Click or drag to resize

CasualCustomerServiceGetServicesForCasualCustomer Method

Gets the services for casual customer.

Namespace:  AMCS.Elemos.IntegrationService.Services.CasualCustomer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<ServicePartialEntity> GetServicesForCasualCustomer(
	string authenticationKey,
	CasualCustomerServiceSearchCriteria searchCriteria
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
searchCriteria
Type: AMCS.Elemos.IntegrationService.Entity.CasualCustomerCasualCustomerServiceSearchCriteria
The search criteria.

Return Value

Type: IListServicePartialEntity
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(GetInvoicePayments)
FaultCodeGetInvoicePayments
See Also