Click or drag to resize

CustomerServiceGetCustomerSiteAreas Method

Returns all customer site areas for a given customer site id

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<CustomerSiteAreaPartialEntity> GetCustomerSiteAreas(
	string authenticationKey,
	int customerSiteId
)

Parameters

authenticationKey
Type: SystemString
the authentication key
customerSiteId
Type: SystemInt32
the customer site id

Return Value

Type: IListCustomerSiteAreaPartialEntity
See Also