 | 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)
Syntaxpublic IList<CustomerSiteAreaPartialEntity> GetCustomerSiteAreas(
string authenticationKey,
int customerSiteId
)
Public Function GetCustomerSiteAreas (
authenticationKey As String,
customerSiteId As Integer
) As IList(Of CustomerSiteAreaPartialEntity)
Parameters
- authenticationKey
- Type: System.String
the authentication key - customerSiteId
- Type: System.Int32
the customer site id
Return Value
Type:
IList<CustomerSiteAreaPartialEntity>
See Also