By Charge And Payment Chart Transaction
GET
/v1/transactions/chart/by-charge-and-payment
curl \
--request GET 'https://api.classmanager.io/v1/transactions/chart/by-charge-and-payment'
Response examples (200)
[
{
"name": "2024-09",
"data": [
{
"label": "Charges",
"values": [
{
"label": "Transactions",
"value": 50000
}
]
}
]
}
]
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}