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
899 900 901 902 |
# File 'lib/propertyware/api/accounting_api.rb', line 899 def update_gl_account(gl_account_id, save_account, opts = {}) data, _status_code, _headers = update_gl_account_with_http_info(gl_account_id, save_account, opts) data end |