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

Fee and Charges Report

Developing
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
PUT
/v1/lms/reports/fee_and_charges_report/
Last modified:2025-06-16 11:35:23

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
object {0}
Example
{
    "program_ids":["9797c734-bd44-43de-9352-0fd23c611bd5"],
    "as_of_date":"1750073344"
}

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/lms/reports/fee_and_charges_report/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "program_ids":["9797c734-bd44-43de-9352-0fd23c611bd5"],
    "as_of_date":"1750073344"
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-06-16 11:35:23
Previous
Payout Report
Next
Excess Payment Report
Built with