Method: Propertyware::AccountingApi#create_bank_deposit
- Defined in:
- lib/propertyware/api/accounting_api.rb
#create_bank_deposit(save_bank_deposit, opts = {}) ⇒ BankDeposit
Create a bank deposit (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> Creates a bank deposit.<br/><br/>Required permission:<br/><span class="permissionBlock">GENERAL LEDGER</span> - Write
27 28 29 30 |
# File 'lib/propertyware/api/accounting_api.rb', line 27 def create_bank_deposit(save_bank_deposit, opts = {}) data, _status_code, _headers = create_bank_deposit_with_http_info(save_bank_deposit, opts) data end |