DomainInfoGet_API
Description |
Parameters |
|
---|---|---|
Passed |
Returned |
|
This method returns information (contact and technical) for a specific domain stored in the BSS DB. The method does not return whois information. A result is returned for all domain subscriptions, including expired and terminated ones. | 1 |
38 |
Syntax
Copy
ItemResult DOMAINGATE::DomainInfoGet_API(
Str(255) FullDomainName.
)
returns
Copy
Int AccountID – account ID of domain owner [field is returned starting with BSS version 4.3.2];
Int VendorID – account ID of domain registration / transfer vendor (provider or reseller) [field is returned starting with BSS version 4.3.2];
Int DomainID – domain internal ID;
Str(255) FullDomainName – domain name + domain zone;
Str(40) DomainZoneID – domain zone;
Str Status – domain internal status, possible values: "Registered", "Cancelled", "Submitting for Renew", etc.;
Str(40) External DNS – obsolete, always returns "External DNS";
Int RegistrationPeriod – domain registration period (integer);
Int startDate – domain subscription start date (Unix time);
Int ExpirationDate – domain subscription expiration date (Unix time);
Str(100) PrimaryNameServer – domain primary NS;
Str(100) SecondaryNameServer – domain secondary NS;
Str(100) ThirdNameServer – domain third NS;
Str(100) FourthNameSever – domain fourth NS;
Str(80) CompanyName – domain owner company name (for business account type) or first name + last name (for Personal account type);
Str(30) FName – domain owner first name (personal contact);
Str(30) MName – domain owner middle name (personal contact);
Str(30) LName – domain owner last name (personal contact);
Str(100) Email – domain owner e-mail address (personal contact);
Str(40) getPhone – domain owner phone number (personal contact);
Str(40) getFax – domain owner fax number (personal contact);
Str(30) FName – domain owner first name (administrative contact);
Str(30) MName – domain owner middle name (administrative contact);
Str(30) LName – domain owner last name (administrative contact);
Str(100) Email – domain owner e-mail address (administrative contact);
Str(40) getPhone – domain owner phone number (administrative contact);
Str(40) getFax – domain owner fax number (administrative contact);
Str(30) FName – domain owner first name (billing contact);
Str(30) MName – domain owner middle name (billing contact);
Str(30) LName – domain owner last name (billing contact);
Str(100) Email – domain owner e-mail address (billing contact);
Str(40) getPhone – domain owner phone number (billing contact);
Str(40) getFax – domain owner fax number (billing contact);
Str(30) FName – domain owner first name (technical contact);
Str(30) MName – domain owner middle name (technical contact);
Str(30) LName – domain owner last name (technical contact);
Str(100) Email – domain owner e-mail address (technical contact);
Str(40) getPhone – domain owner phone number (technical contact);
Str(40) getFax – domain owner fax number (technical contact);
Special Notes
Str(255) FullDomainName – domain name + TLD, without www prefix. For example, "domain.com".