Previous Topic

Next Topic

Book Contents

Book Index

AttrTypeListGet_API

 

Parameters

Description

Passed

Returned

Method returns list of attributes with details registered in PBA.

1

10

Syntax

ListResult BM::AttrTypeListGet_API(
  Int SortNo.
)
returns
   Str AttributeID - ID of attribute;
 Str Name - attribute name;
 Str Description - attribute description;
 Str Type - attribute value type. INT - integer, STR - text up to 80 characters, STRA - text over 80 characters, DATE - date, PASSWD - password, NAME_LOGIN - login name, DOMAIN_NAME - domain name;
 Str Group - attribute group name. Attributes with the same group displayed in online store under group name;
 Int Status - defines whether attribute is optional - 10, or required - 20;
 Int AfterField - defines where the attribute should be located among other data fields which a customer has to fill in: 1 - Address Line 1, 2 - Address Line 2, 3 - City, 4 - Country, 5 - Email Address, 6 - Phone, 7 - Fax, 8 - First Name, 9 - Last Name, 10 - Company, 11 - Postal address, 12 - Tax, 13 - State/Province, 14 - Zip code, 15 - Login;
 Int AttributeType - defines attribute type: 0 - available for accounts, 1 - available for users;
 Int Active - defines whether attribute is active - 1 or not - 0;
 Int SortNumber - attribute sort number. It works together with the After Field option. If a number of attributes have same the After Field parameter value, the parameter defines sort number for them.
 Int ShowinStorefront - signifies whether to display an attribute in online store -1 or only on creating account from CP - 0. 

Special Notes

Int SortNo - defines how output data is sorted: 1 - the output is sorted by first column in ascending order, 1 - the output is sorted by second column in ascending order, etc. Negative value makes output sorted in descending order, for example: -1 - the output is sorted by first column (Attribute ID) in descending order.

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

BannerRedirectURLGet_API

CountryListGet_API

CreditCard2AccountAdd_API

CreateAccountAndPlaceOrder_API

DomainExpirationDateGet_API

DomainInfoGet_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