Click or drag to resize
IProductCatalogueManagerGetActiveSubscriptions Method

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

Retrieves currently active services (subscriptions) on specified addresses

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, IEnumerable<ISubscriptionInformation>> GetActiveSubscriptions(
	IEnumerable<long> addressIds,
	Nullable<long> serviceProviderId,
	Nullable<long> customerId
)

Parameters

addressIds
Type: System.Collections.GenericIEnumerableInt64
The address ids
serviceProviderId
Type: SystemNullableInt64
The service provider to filter by. Null for no filter
customerId
Type: SystemNullableInt64
The customer to filter by. Null for no filter

Return Value

Type: IReadOnlyDictionaryInt64, IEnumerableISubscriptionInformation
A dictionary with address as key and subscriptions as value
See Also