Modify specific account
Parameters:
modified account to be saved
Returns:
modified account returned by the server
22 23 24
# File 'lib/account/api_call.rb', line 22 def modify_account(account) query_api_object Account, "/rest/accounts/#{account.account_id}", account.dump(), "PUT" end