Fetch Schedule C report
Returns a Schedule C (Form 1040) report for sole proprietors, showing income and expenses mapped to IRS Schedule C line items. This endpoint requires the business’s chart of accounts to have Schedule C mappings configured.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business to fetch the Schedule C report for.
Query Parameters
The tax year for the Schedule C report (e.g., 2024).
The accounting basis to use for the report. If not provided, defaults to the business's default reporting basis, or ACCRUAL if not set.
ACCRUAL, CASH Response
Schedule C report data.