Click or drag to resize

IAtomiaBillingApiSignup Method

Performs user signup with specified account data and for selected order.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Guid Signup(
	Account account,
	Order order,
	Guid resellerId
)

Parameters

account
Type: Account
The account.
order
Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order.
resellerId
Type: SystemGuid
The reseller id.

Return Value

Type: Guid
Workflow instance id.
See Also