Click or drag to resize

CoreApiProxyFindServicesByNamesForAccountWithDepth Method

Finds all services with specfied names in one account

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public ProvisioningService[] FindServicesByNamesForAccountWithDepth(
	string account,
	string[] serviceNames,
	ref PagingInfo pagingInfo,
	int numberOfParents
)

Parameters

account
Type: SystemString
The account id.
serviceNames
Type: SystemString
Service names.
pagingInfo
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiPagingInfo
Paging information. If OrderAsc set to true results will be sorted in ascending order. Services are always ordered by service name.
numberOfParents
Type: SystemInt32
Number of parents to fetch

Return Value

Type: ProvisioningService
List of found services.

Implements

ICoreApiFindServicesByNamesForAccountWithDepth(String, String, PagingInfo, Int32)
See Also