Cash book Statement
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"from_date": "2026-09-01",
"to_date": "2026-09-05",
"ledger_ids": [412, 413, 414],
"page": 1,
"per_page": 10
}
Request Code Samples
curl --location 'https://apidev.edufee.online/api/general-account-cash-book-statement' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"from_date": "2026-09-01",
"to_date": "2026-09-05",
"ledger_ids": [412, 413, 414],
"page": 1,
"per_page": 10
}'
Responses
application/json
Modified at 2026-09-05 09:33:10