Method: Propertyware::AccountingApi#get_owner_draws
- Defined in:
- lib/propertyware/api/accounting_api.rb
#get_owner_draws(opts = {}) ⇒ Array<OwnerDraw>
Retrieve all the owner draws (BETA) <p class="betaWarning">Note: This operation is still in beta and might be subject to breaking changes. Production integrations should be avoided at this stage.</p> Retrieves a list of owner draws.<br/><br/>Required permission:<br/><span class="permissionBlock">PORTFOLIOS</span> - Read
<br/><br/>Sortable by: postdate
, createddate
, lastmodifieddatetime
, portfolioid
, id
824 825 826 827 |
# File 'lib/propertyware/api/accounting_api.rb', line 824 def get_owner_draws(opts = {}) data, _status_code, _headers = get_owner_draws_with_http_info(opts) data end |