|
Parameters |
|
Description |
Passed |
Returned |
Method returns the list of configured countries for specified vendor. |
2 |
10 |
Syntax
ListResult BM::CountryListGet_API(
Int AccountID;
Int SortNo.
)
returns
Str(2) CountryID - two-letter country code;
Str(30) Name - country name;
Int FirstSortNo - country sort number in online store;
Int TaxRegReq - always returns "0". The parameter is obsolete, left for compatibility with PBA versions 4.2.x and earlier;
Str Regular expression for zip code - regular expression for ZIP code verification. Used when adding account from store, CP, and via API.
Int TaxRegReqPers - signifies whether Tax Registration ID is required for personal accounts: "0" - not required, "1" - optional, "2" - required;
Int TaxRegReqComp - signifies whether Tax Registration ID is required for company accounts: "0" - not required, "1" - optional, "2" - required.
Str DefaultPhoneCountryCode - phone country code displayed by default in online store after country is selected;
Int NeedPhoneAreaCode - signifies whether to display Phone Area Code field in online store: "0" - do not display field, "1" - display field;
Int StateProvinceReq - signifies whether State/Province is required: "0" - not required, "1" - required.
Special Notes