Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. APIs Doc
  • Back to home
  • Reports
  • Charge Summary
    PUT
  • Customer Portfolio
    PUT
  • Collection Report
    PUT
  • Disbursement Report
    PUT
  • Trial Balance
    PUT
  • GL Report
    PUT
  • Disbursement Advice
    GET
  • ROI Computation
    PUT
  • Interest Certificate
    GET
  • Excess Balance Report
    PUT
  • TXN Data Report
    PUT
  • Customer Limit Report
    PUT
  • Program Portfolio Report
    PUT
  • SOA
    GET
  • List Requested Report
    GET
  • Debtor Report
    PUT
  • NACH LOC MIS
    PUT
  • Get Requested Report
    GET
  • Month End Report
    PUT
  • Merge Report
    PUT
  • ALM SCF Report
    PUT
  • ANR Report
    PUT
  • Repayment Schedule Report
    PUT
  • Repayment Breakdown Report
    PUT
  • Overpay Report
    PUT
  • Daily POS
    PUT
  • Daily Transaction Report
    PUT
  • Portfolio Application Level Report
    PUT
  • Portfolio Loan Level Report
    PUT
  • Loan Closure Report
    PUT
  • Loan Tagging Report
    PUT
  • Monthly Due Report
    PUT
  • Aum Query Report
    PUT
  • Accrued But Not Due Report
    PUT
  • Due Report
    PUT
  • Outstanding Report
    PUT
  • Repayment Report
    PUT
  • Payout Report
    PUT
  • Fee and Charges Report
    PUT
  • Excess Payment Report
    PUT
  • Month End POS Report
    PUT
  1. APIs Doc

Charge Summary

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
PUT
/v1/gl/transactions/charge_summary/
Last modified:2024-12-23 11:57:57

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params multipart/form-data
filter_on
string 
required
Example:
date
start_date
string 
required
Example:
0
end_date
string 
required
Example:
9999999999

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://preprod.api.crego.io/v1/gl/transactions/charge_summary/' \
--form 'filter_on="date"' \
--form 'start_date="0"' \
--form 'end_date="9999999999"'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
🟢200Report queue response
Modified at 2024-12-23 11:57:57
Next
Customer Portfolio
Built with