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

Disbursement Advice

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/lms/accounts/{id}/disbursement_advice/
Last modified:2024-11-11 09:46:12

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
string 
required
Example:
52fc8099-3af6-4d5d-ac7b-24347f16e9f1
Query Params
start_date
string 
required
Unix time stamp
Example:
1714242600
end_date
string 
required
Unix time stamp
Example:
1719253800

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 GET 'https://preprod.api.crego.io/v1/lms/accounts/52fc8099-3af6-4d5d-ac7b-24347f16e9f1/disbursement_advice/?start_date=1714242600&end_date=1719253800'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-11-11 09:46:12
Previous
GL Report
Next
ROI Computation
Built with