Click or drag to resize
ISubscriptionInformationPluginGetAdditionalInformation Method

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

Retrieve additional data for specified subscriptions

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, string> GetAdditionalInformation(
	IEnumerable<long> subscriptionIds
)

Parameters

subscriptionIds
Type: System.Collections.GenericIEnumerableInt64
The subscriptions

Return Value

Type: IReadOnlyDictionaryInt64, String
A dictionary with subscription id as key and the additional data as value. Does not have to include all input products. Must never return null
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if products is null
See Also