Export P&L as CSV
Exports
Export P&L as CSV
Exports a profit and loss report as a CSV file. Returns a pre-signed URL for downloading the generated CSV file.
GET
Export P&L as CSV
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 export the P&L for.
Query Parameters
Start date for the P&L report (ISO 8601 format).
End date for the P&L report (ISO 8601 format).
Format for monetary values in the export.
Available options:
DOLLAR_STRING, CENTS_INTEGER Accounting basis for the report.
Available options:
ACCRUAL, CASH P&L structure template to use.
Response
Pre-signed URL for downloading the CSV export.
A pre-signed URL to download a document.