Click or drag to resize

CoreApiProxyGetServiceById Method

Gets the service by 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 ProvisioningService GetServiceById(
	string serviceID,
	string accountId
)

Parameters

serviceID
Type: SystemString
The service ID.
accountId
Type: SystemString
The account id.

Return Value

Type: ProvisioningService

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

Implements

ICoreApiGetServiceById(String, String)
See Also