Click or drag to resize

IAtomiaBillingApiResellerAddExtraUsernameAccount Method

Adds an entry to the login table.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void ResellerAddExtraUsernameAccount(
	string username,
	Guid accountId,
	string resellerRootDomain
)

Parameters

username
Type: SystemString
The username.
accountId
Type: SystemGuid
The account id.
resellerRootDomain
Type: SystemString
The reseller root domain.
See Also