|
Parameters |
|
Description |
Passed |
Returned |
Method checks domain names availability with respective registrar. |
4 or more |
11 |
Syntax
ListResult DOMAINGATE::DomainNamesAvailability_API(
Int OperationType;
Int CountName;
Str DomainName_1
...
Str DomainName_N;
Int CountAPlan;
Int ActivePlanID_1
...
Int ActivePlanID_N;
Int CountIPlan;
Int InactivePlanID_1
...
Int InactivePlanID_N;
Int CountTransferKey;
Str TransferKey_1;
...
Str TransferKey_N.
)
returns
Str FullDomainName - domain name + domain zone the way customer has input it;
Str TechDomainName - domain name + domain zone the way it has been registered;
Str FullDomainKernel - domain name the way customer has input it;
Str TechDomainKernel - domain name the way it has been registered;
Str FullDomainZone - domain zone the way customer has input it;
Str TechDomainZone - domain zone the way it has been registered;
Str PlanID - domain service plan ID;
Str VendorID - vendor ID (provider or reseller);
Str SuggestionLevel - indicates what domain name is registered: 0 - equally what customer input, 1 - duplicated name, 2 - suggested available domain zones, 3 - suggested domain kernel;
Str DomainStatus - indicates domain name check result: 0 - undefined check result, 1 - unavailable domain name, 2 - available domain name;
Str Message - message from respective registrar plug-in.
Special Notes