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

GL Report

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
PUT
/v1/lms/gl/transactions/download_excel/
Last modified:2025-03-28 03:30:18

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
The filter field to apply.
Example:
date
start_date
string 
required
The start date for filtering.
Example:
1679711760
end_date
string 
required
The end date for filtering.
Example:
1799202960
account_ref_id
string 
optional
The account reference ID.
Example:
CLPYXL6A
account__name
string 
optional
The name of the account (optional).
Example:
Optional
account__ref_id
string 
optional
The reference ID of the account.
Example:
Optional
lead_ref_id
string 
optional
The reference ID of the lead.
Example:
Optional
invoice_no
string 
optional
The invoice number.
Example:
Optional
transaction_type
enum<string> 
optional
The type of transaction.
Allowed values:
JVReceiptsPayment
Example:
Optional
batch_id
string 
optional
The batch ID associated with the data.
Example:
Optional
utr
string 
optional
The UTR (Unique Transaction Reference).
Example:
Optional
event
enum<string> 
optional
The associated event details.
Allowed values:
repaymentsettlementaccrualjv_uploadcollectiondisbursementreversalrefundcharge_upload
Example:
Optional
account_id
string 
optional
Example:
166f1e75-a4f0-4db5-aa03-01a3ccb68de0

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/gl/transactions/download_excel/' \
--form 'filter_on="date";type=JSON' \
--form 'start_date="1679711760";type=JSON' \
--form 'end_date="1799202960";type=JSON' \
--form 'account_id="166f1e75-a4f0-4db5-aa03-01a3ccb68de0"'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-03-28 03:30:18
Previous
Trial Balance
Next
Disbursement Advice
Built with