Click or drag to resize

CustomerServiceGetCustomerSitesPartial Method

Gets the customer sites partial.

Namespace:  AMCS.Elemos.IntegrationService.Services.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<CustomerSiteLocationPartialEntity> GetCustomerSitesPartial(
	string authenticationKey,
	int customerId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
customerId
Type: SystemInt32
The customer identifier.

Return Value

Type: IListCustomerSiteLocationPartialEntity
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(GetCustomerSitesPartial)
FaultCodeGetCustomerSitesPartial
See Also