Method: Propertyware::AccountingApi#update_gl_account

Defined in:
lib/propertyware/api/accounting_api.rb

#update_gl_account(gl_account_id, save_account, opts = {}) ⇒ Account

Update a general ledger account (BETA) <p class="betaError">Note: Write access is only available to customers who have opted in to our beta program. Please reach out to support if you’d like to be included.</p> Updates a general ledger account.<br/><br/>Required permission:<br/><span class="permissionBlock">GL ACCOUNTS</span> - Write

Parameters:

  • gl_account_id (Integer)

    GL Account ID

  • save_account (SaveAccount)

    saveAccount

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



899
900
901
902
# File 'lib/propertyware/api/accounting_api.rb', line 899

def (, , opts = {})
  data, _status_code, _headers = (, , opts)
  data
end