Explore Class APIs/Report Generator//
- Capital allowance
Rental property schedule
Depreciation worksheet
Capital allowance
Produces a Capital Allowance report for the specified fund, calculating depreciation and capital allowance claims on eligible assets to support accurate tax deduction reporting and asset register maintenance.
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/CapitalAllowance
- Production Environmenthttps://api.class.com.au/api/1.0/f/{businessCode}/{fundCode}/report-data/report-generator/CapitalAllowance
curl -i -X POST \
'https://api.class-pie.com.au/api/1.0/f/demo-business/demo-fund/report-data/report-generator/CapitalAllowance?outputFormat=pdf&obscureSensitiveData=Yes&year=2024' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/pdf'