Click or drag to resize

CustomerService.GetCustomerSiteAreas 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: System.String
the authentication key
customerSiteId
Type: System.Int32
the customer site id

Return Value

Type: IList<CustomerSiteAreaPartialEntity>
See Also