Click or drag to resize
ICustomerManagerGetCustomersToActivateOnAddress Method

[This is preliminary documentation and is subject to change.]

Get existing customers in the system that is not activated for the specified service provider

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<ICustomer> GetCustomersToActivateOnAddress(
	long addressId,
	long serviceProviderId
)

Parameters

addressId
Type: SystemInt64
Id of the address to get existing customers from
serviceProviderId
Type: SystemInt64
Id of the service providers

Return Value

Type: IEnumerableICustomer
List of custoemrs that can be activated for the specified service provider
See Also