Click or drag to resize

IAtomiaBillingApiChangeAccountStatus Method

Changes status of accounts.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
int ChangeAccountStatus(
	Guid[] accountIds,
	string newStatus,
	string reason
)

Parameters

accountIds
Type: SystemGuid
Ids of accounts for status change.
newStatus
Type: SystemString
New status.
reason
Type: SystemString
Reason for status change.

Return Value

Type: Int32
Number of accounts with status changed.
See Also