GET
/businesses/{bid}/reports/{kind}Management report
GET /businesses/{bid}/reports/{kind}
Requires the export scope.
Cash-basis, mirroring the OPENFRMT semantics exactly: income is payment-bearing documents, expenses count at record. Default is a rendered Hebrew PDF carrying the business branding; ?format=json returns the aggregates for your own dashboard. The profit report includes a VAT block (עסקאות / תשומות / נטו) for VAT-registered dealers.
These are management reports; the regulatory filing artifact remains the OPENFRMT export.
Path parameters
| Name | Type | Description | |
|---|---|---|---|
bid | string | required | Business id, from POST /businesses. |
kind | string | required | הכנסות / הוצאות / רווח והפסד. One of: incomes, expenses, profit. |
Query parameters
| Name | Type | Description | |
|---|---|---|---|
from | string | ||
to | string | ||
format | string | One of: pdf, json. Default pdf. |
Response
200: raw application/pdf bytes.
Errors: 400, 401, 403, 404, 429. Every failure answers { "error": …, "reason": … }. Branch on reason.