Get account statement
Use this API to get your Bank Account statement for a specific period.
API URL: https://api.bulkpe.in/client/listCaTransaction
Method: POST
Auth: Please refer to the Authorization page.
☝️
{
"fromDate":"17-04-2024",
"toDate":"18-04-2024"
}
{
"status": false,
"statusCode": 400,
"data": {},
"message": {
"Data": {
XXXXXX
}
}
}