Click or drag to resize

IAtomiaBillingApiGetContacts Method

Lists all contacts for account.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ProvisioningService[] GetContacts(
	string accountId
)

Parameters

accountId
Type: SystemString
Account name

Return Value

Type: ProvisioningService
Array of contacts.
See Also