Previous Topic

Next Topic

Book Contents

Book Index

PlanParamsGetAndValidate_API

 

Parameters

Description

Passed

Returned

Method pulls a list of service template (ST) service parameters for validation and returns full list of ST parameters with validation result.

The list of ST parameters differs depending on template type: POA hosting template, domain template, licensed services template. To get the full list of service parameters, invoke method with two parameters passed: service plan ID and ST ID.

Note: if some exception occurs when processing submitted values, method returns base64 encoded message instead of standard data packet.

This method can be used for validation of subscription provisioning parameters submitted through a third-party online store or for migration purposes.

2 or more

9 or more

Syntax

ListResult BM::PlanParamsGetAndValidate_API(
  Int PlanID;
  Int ServiceTemplateID;
  Str(40) STParameterID_1=ParameterValue;
  ...
  Str(40) STParameterID_N=ParameterValue.
)
returns
  Str(40) ParamID - ID of ST service parameter;
  Str(40) ParamType - type ST of service parameter;
  Str(40) ParamName - name of ST service parameter.
  Str(40) Description - description of ST service parameter;
  Str(40) DefaultValue - if parameter has default value, returns this value. For example, default value for 'OrderOperationType' parameter of domain ST is '10' (registration);
  Int Required - signifies if parameter is required: '1' - required, '0' - not required;
  Int Status - parameter validation status: 
'0' - parameter is valid;
'1' - parameter value is absent and need to be asked;
'2' - parameter is invalid (see details in Message slot);
'3' - parameter value is not needed for service provisioning; 
  Str(256) Message - parameter validation result;
  Int ST_ParamWeight - service parameter sort order in online store and CP.

Special Notes

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

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

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