Produces a Rental Property Schedule report for the specified fund, detailing income, expenses, and depreciation for fund-owned rental properties to support accurate tax return lodgement.
Security
Class_oAuth(Required scopes: fund.read)
- Partner Integration Environment (Sandbox)https://api.class-pie.com.au/api/1.0/f/{businessCode}/{fundCode}/report-data/report-generator/RentalPropertySchedule
- Production Environmenthttps://api.class.com.au/api/1.0/f/{businessCode}/{fundCode}/report-data/report-generator/RentalPropertySchedule
curl -i -X POST \
'https://api.class-pie.com.au/api/1.0/f/demo-business/demo-fund/report-data/report-generator/RentalPropertySchedule?outputFormat=pdf&year=2024&isReportHeader=No&isRounding=No&isDraftWM=No&isDollarSign=No&isNegativeAmt=Brackets&isPageFooter=Yes&isSepPagePerAccount=Yes&includeComparatives=Yes' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/pdf'