|
Parameters |
|
Description |
Passed |
Returned |
Method updates user information with given details. |
20 |
1 |
Syntax
ErrorMessage BM::UserUpdate_API(
Int UsersID;
Str(64) Login;
Str(30) FName;
Str(30) MName;
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.
)
returns
Str ErrorMessage - message after user details have been updated: "Your changes have been saved."
Special Notes