 | 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)
Syntaxpublic IList<CustomerSiteLocationPartialEntity> GetCustomerSitesPartial(
string authenticationKey,
int customerId
)
Public Function GetCustomerSitesPartial (
authenticationKey As String,
customerId As Integer
) As IList(Of CustomerSiteLocationPartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - customerId
- Type: SystemInt32
The customer identifier.
Return Value
Type:
IListCustomerSiteLocationPartialEntity
Exceptions
See Also