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

Loan Tagging Report

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
PUT
/v1/lms/reports/loan_tagging/
Last modified:2025-03-10 12:48:35

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": [
        "8c85134b-6946-4077-bc5c-39980fec78cd",
        "3063b8e4-251d-4b35-a38f-3d12e8b3dd3c",
        "b0b68896-644a-4380-9cca-e322ca68481d",
        "91caa2fe-2f4e-453f-b89b-2478d847d3d3",
        "11ebc406-54a5-47c4-893f-9d307e154c65",
        "b0d55974-82bc-4b33-9b61-5fce94e48512",
        "5ffda757-9e65-4e95-93d6-cb86f32b20a7",
        "4c27f09c-1060-47dd-b73e-18298e8f842b"
    ],
    "as_of_date": "1738352404"
}

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/loan_tagging/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "program_ids": [
        "8c85134b-6946-4077-bc5c-39980fec78cd",
        "3063b8e4-251d-4b35-a38f-3d12e8b3dd3c",
        "b0b68896-644a-4380-9cca-e322ca68481d",
        "91caa2fe-2f4e-453f-b89b-2478d847d3d3",
        "11ebc406-54a5-47c4-893f-9d307e154c65",
        "b0d55974-82bc-4b33-9b61-5fce94e48512",
        "5ffda757-9e65-4e95-93d6-cb86f32b20a7",
        "4c27f09c-1060-47dd-b73e-18298e8f842b"
    ],
    "as_of_date": "1738352404"
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-03-10 12:48:35
Previous
Loan Closure Report
Next
Monthly Due Report
Built with