Click or drag to resize
IServiceProviderCustomerManagerUpdateServiceProviderCustomersFromBase Method

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

Updates the service provider instances of the customer (if found) with the data from the base customer

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void UpdateServiceProviderCustomersFromBase(
	long baseCustomerId,
	IEnumerable<long> serviceProviderIds
)

Parameters

baseCustomerId
Type: SystemInt64
The base customer ID
serviceProviderIds
Type: System.Collections.GenericIEnumerableInt64
The IDs of the service providers whos instance should be updated (if found)
See Also