Reports
Profit and Loss
Generate a Profit and Loss Statement
post/v6/reports/profitAndLoss
Request body
Example request
{
"filter": {
"beginDate": "2025-01-01",
"endDate": "2025-12-31",
"dimensionValues": [
{
"dimensionId": "tdim_439512"
}
]
},
"grouping": {
"period": "MONTHLY",
"dimensionId": "tdim_439512"
}
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.