Click or drag to resize

ICoreApiGetLogicalServicesForPhysicalServiceId Method

[Missing <summary> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.GetLogicalServicesForPhysicalServiceId(System.String[],System.String)"]

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

Parameters

physicalServiceIds
Type: SystemString

[Missing <param name="physicalServiceIds"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.GetLogicalServicesForPhysicalServiceId(System.String[],System.String)"]

accountId
Type: SystemString

[Missing <param name="accountId"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.GetLogicalServicesForPhysicalServiceId(System.String[],System.String)"]

Return Value

Type: DictionaryString, ProvisioningService

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

See Also