|
Parameters |
|
Description |
Passed |
Returned |
Method gets domain name and domain plan ID and returns the list of domain availability check result. Note: the method is obsolete and should not be used. |
2 |
4 |
Syntax
ListResult DOMAINGATE::DomainValidate_API(
Str(40) DomainName;
Int PlanID.
Int SortNo
)
returns
Str(40) DomainName - domain name without TLD;
Int DomainZone - TLD;
Int IsSuggested - whether domain name is suggested by registrar (0 - No, 1 - Yes);
Int IsAvailable - whether domain is available(0 - No, 1 - Yes).
Special Notes