|
Parameters |
|
Description |
Passed |
Returned |
Method creates new user with specified ID. The method is obsolete and left for backward compatibility with PBA versions below . |
22 |
1 |
Syntax
ErrorMessage BM::UserWithIDAdd_API(
Int AccountID;
Str(64) Login;
Str(32) Password;
Str(32) ConfirmPassword;
Str(30) FName;
Str(30) LName;
Str(100) Email;
Str(80) Address1;
Str(80) Address2;
Str(40) City;
Str(80) State;
Str(10) Zip;
Str(2) CountryID;
Str(4) PhCountryCode;
Str(10) PhAreaCode;
Str(20) PhNumber;
Str(10) PhExtention;
Str(4) FaxCountryCode;
Str(10) FaxAreaCode;
Str(20) FaxNumber;
Str(10) FaxExtention;
Int UsersID.
)
returns
Str ErrorMessage - message after user has been added: "Operation done."
Special Notes