Click or drag to resize

CoreApiProxyGetLogicalServicesForPhysicalServiceId Method

Gets the logical services for physical service id.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public Dictionary<string, ProvisioningService[]> GetLogicalServicesForPhysicalServiceId(
	string[] physicalServiceIds,
	string accountId
)

Parameters

physicalServiceIds
Type: SystemString
The physical service ids.
accountId
Type: SystemString
The account id.

Return Value

Type: DictionaryString, ProvisioningService

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.GetLogicalServicesForPhysicalServiceId(System.String[],System.String)"]

Implements

ICoreApiGetLogicalServicesForPhysicalServiceId(String, String)
See Also