Method: Propertyware::AccountingApi#get_owner_contributions
- Defined in:
- lib/propertyware/api/accounting_api.rb
#get_owner_contributions(opts = {}) ⇒ Array<OwnerContribution>
Retrieve all the owner contributions (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 contributions.<br/><br/>Required permission:<br/><span class="permissionBlock">PORTFOLIOS</span> - Read
<br/><br/>Sortable by: postdate
, createddate
, lastmodifieddatetime
, id
739 740 741 742 |
# File 'lib/propertyware/api/accounting_api.rb', line 739 def get_owner_contributions(opts = {}) data, _status_code, _headers = get_owner_contributions_with_http_info(opts) data end |