Previous Topic

Next Topic

Book Contents

Book Index

DomainInfoGet_API

 

Parameters

Description

Passed

Returned

Method returns information (contact and technical) for specific domain stored in PBA DB. Method does not return whois information. Result is returned for all domain subscriptions, including expired and terminated.

1

38

Syntax

ItemResult DOMAINGATE::DomainInfoGet_API(
  Str(255) FullDomainName.
)
returns
  Int AccountID - account ID of domain owner [field is returned starting PBA release 4.3.2];
  Int VendorID -  account ID of domain registration / transfer vendor (provider or reseller) [field is returned starting PBA release 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 Company 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".

In This Section

Example

See Also

API Methods

AccountAdd_API

AccountBalanceAdjust_API

AccountBalanceUpdate_API

AccountBalanceUpdateTimeUpdate_API

AccountDetailsGet_API

AccountPutOnAdmHold_API

AccountTakeFromAdmHold_API

AccountUpdate_API

AccountWithIDAdd_API

AccountVerifyData_API

AddBulkRegisterDomainSubscrWithID_API

AddCentralNICDomainSubscrWithID_API

AddOpenSRSDomainSubscrWithID_API

AddPEMSubscription_API

AddPEMSubscriptionWithID_API

AddPEMDomainForSubscription_API

AttrTypeListGet_API

BannerRedirectURLGet_API

CountryListGet_API

CreditCard2AccountAdd_API

CreateAccountAndPlaceOrder_API

DomainExpirationDateGet_API

DomainNamesAvailability_API

DomainPlanGet_API

DomainPlanListAvailableGet_API

DomainPlanPeriodListGet_API

DomainSubscrAdd_API

DomainSubscrWithIDAdd_API

DomainTransferKeyIsRequired_API

DomainValidate_API

EulaListForOrderGet_API

EnablingResourceByPlanListGet_API

GetAuthCodeByDomainName_API

GetBasketPrices_API

GetDependanceCategories_API

GetFullDomainZoneList_API

GetHostingSubscriptionList_API

GetLoginSettings_API

GetMaxSupportedTransferPlanPeriodDetails_API

GetSharedHostingSubscriptionList_API

GetSubscriptionsListByOrder_API

GetObjAttrList_API

GetOnlineStoresRewriteRules_API

GetOrder_API

LicenseInstallationCompleted_API

NameServersChanged_API

OrderByStatusListGet_API

OrderPaymentsReceived_API

PayToolListForAccountGet_API

PayToolTypeListForAccountGet_API

PlaceAccountCancellationOrder_API

PlaceOrderAndAuthorize_API

PlaceOrderForAccount_API

PlacePlanPeriodSwitchOrder_API

PlaceResourceUpgradeOrder_API

PlaceSubscriptionCancellationOrder_API

PlanCategoryDetailsGet_API

PlanCategoryListGet_API

PlanDetailsGet_API

PlanListGet_API

PlanListAvailableGet_API

PlanListAvailableUpsaleGet_API

PlanListUpsaleGet_API

PlanListUpsaleGetForSubscription_API

PlanListAvailableUpsales4SalesCategoryGet_API

PlanListAvailable4SalesCategoryGet_API

PlanParamsGetAndValidate_API

PlanParentPlansAvailableListGet_API

PlanPeriodListGet_API

PlanPeriodDetailsGet_API

PlanRateListGet_API

PlanRateListGetForPeriod_API

PlanRateListFullGet_API

PlanResourceListGet_API

ResourceCategoryDetailsGet_API

ResourceCategoryByPlanListGet_API

ResourceDependenceSet_API

ResourceFromTemplateRemove_API

ResourceListByCategoryGet_API

ResourceRemove_API

ResourceSync_API

SalesCategoryListGet_API

SalesCategoryDetailsGet_API

ServiceTemplateRemove_API

SetDefaultPaymentMethod_API

SingleDomainNameAvailability_API

SimpleDomainNamesAvailability_API

StateBookByCountry_API

StoreApplicationToPlanIDMapListGet_API

StoreOperationToPathMapListGet_API

StoreCategoryParentPlansAvailableListGet_API

StoreLayoutsListGet_API

StorePackageListGet_API

SubscriptionAdd_API

SubscriptionDetailsGet_API

SubscriptionListByResourceRateGet_API

SubscriptionResourcesListGet_API

SubscriptionStart_API

SubscriptionStatusUpdate_API

SubscriptionStop_API

SubscriptionWithIDAdd_API

UniqueGroupDetailsGet_API

UpdateObjAttrList_API

UserAdd_API

UserForVendorValidate_API

UserPasswdUpdate_API

UserRemove_API

UserRoleAdd_API

UserStatusChange_API

UserUpdate_API

UserValidate_API

UserWithIDAdd_API

UserWithIDAddWithRole_API

Please send us your feedback on this help page