Click or drag to resize

CoreApiProxyListExistingServices Method

Lists the existing services.

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[] ListExistingServices(
	out int totalItems,
	ProvisioningService parentService,
	bool getLogicalChildren,
	string accountId,
	bool sortAsc,
	int pageNumber,
	int pageSize
)

Parameters

totalItems
Type: SystemInt32
The total items.
parentService
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiProvisioningService
The parent service.
getLogicalChildren
Type: SystemBoolean
if set to true [get logical children].
accountId
Type: SystemString
The account id.
sortAsc
Type: SystemBoolean
if set to true [sort asc].
pageNumber
Type: SystemInt32
The page number.
pageSize
Type: SystemInt32
Size of the page.

Return Value

Type: ProvisioningService

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.ListExistingServices(System.Int32@,Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ProvisioningService,System.Boolean,System.String,System.Boolean,System.Int32,System.Int32)"]

Implements

ICoreApiListExistingServices(Int32, ProvisioningService, Boolean, String, Boolean, Int32, Int32)
See Also