updateAccount()


This application is used to update an account. Only account that belongs to authenticated customer can be updated.

Implementation details:

  • Any parameter from createAccount() function can be used. All parameters are optional, but at least one should be specified.

Parameters:

  • i_account - i_account of updated account. Integer. Required.

Returns:

  • result - OK means that account has been updated successfully. String.
  • XMLRPC fault in case of any error.