Method: Propertyware::AccountingApi#create_bill_payments

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

#create_bill_payments(save_account, opts = {}) ⇒ Array<RESTAPIBulkSuccessResponse>

Create general ledger accounts in bulk (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 general ledger accounts in bulk.<br/><br/>Required permission:<br/><span class="permissionBlock">GL ACCOUNTS</span> - Write

Parameters:

  • save_account (Array<SaveAccount>)

    saveAccount

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

    the optional parameters

Returns:



95
96
97
98
# File 'lib/propertyware/api/accounting_api.rb', line 95

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