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

Program Portfolio Report

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
PUT
/v1/lms/reports/program_portfolio/
Last modified:2024-12-23 11:50:21

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
download_excel
boolean 
required
program_ids
array[string]
required
Example
{
    "program_ids": [
        "eed48d1e-e2dd-4e2c-a242-2bfe3dfce55c",
        "36a63de9-2aa5-4f46-9dcf-7b8f9b85b1d1",
        "d029239b-a93f-403b-b7ca-1dbadd0d5f59",
        "d90fc7b2-8e5f-4336-a789-e2ad8bc6f32a",
        "ca9b1823-1a99-409e-940a-4d1b56f0afa0",
        "cd420a46-ea5e-4857-96e4-9908fd45a2f5",
        "44a056a7-1329-4d12-9d8c-61e515301a3d",
        "622e2f23-53e9-4357-a26e-c70edd94c34e",
        "7df8d4cc-ee56-4b40-a97d-16a707ef3d6e",
        "b8f24955-0b41-4285-a08d-52ff106f8f18",
        "e3895de6-8fb7-4dbb-a4b2-ba0abb820e53",
        "30027d15-16ed-4064-962e-cf85b1b6db43",
        "3a740379-dfc5-4e24-85e7-d6d6416d473c",
        "22e7fcee-c523-4982-a1d8-7708eab39880",
        "5a46e46f-141e-4121-8449-d6dfcca5e03a",
        "9ce3a093-bb05-42d0-88ae-8118d026022a",
        "f7044168-669b-4ec9-bd28-f2beb32cd3de",
        "6788f287-c670-46b9-8ec9-48cc351ab2bc",
        "62a21a58-daf8-4b80-823a-f1006503231f",
        "f680bee9-5b20-4426-822f-e62dde96056f",
        "563844d9-bea7-4e36-8a4c-355eb1b1e4fb",
        "23ee47ce-1354-42f4-bcfa-4fcc458bda8a"
    ]
}

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/program_portfolio/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "program_ids": [
        "eed48d1e-e2dd-4e2c-a242-2bfe3dfce55c",
        "36a63de9-2aa5-4f46-9dcf-7b8f9b85b1d1",
        "d029239b-a93f-403b-b7ca-1dbadd0d5f59",
        "d90fc7b2-8e5f-4336-a789-e2ad8bc6f32a",
        "ca9b1823-1a99-409e-940a-4d1b56f0afa0",
        "cd420a46-ea5e-4857-96e4-9908fd45a2f5",
        "44a056a7-1329-4d12-9d8c-61e515301a3d",
        "622e2f23-53e9-4357-a26e-c70edd94c34e",
        "7df8d4cc-ee56-4b40-a97d-16a707ef3d6e",
        "b8f24955-0b41-4285-a08d-52ff106f8f18",
        "e3895de6-8fb7-4dbb-a4b2-ba0abb820e53",
        "30027d15-16ed-4064-962e-cf85b1b6db43",
        "3a740379-dfc5-4e24-85e7-d6d6416d473c",
        "22e7fcee-c523-4982-a1d8-7708eab39880",
        "5a46e46f-141e-4121-8449-d6dfcca5e03a",
        "9ce3a093-bb05-42d0-88ae-8118d026022a",
        "f7044168-669b-4ec9-bd28-f2beb32cd3de",
        "6788f287-c670-46b9-8ec9-48cc351ab2bc",
        "62a21a58-daf8-4b80-823a-f1006503231f",
        "f680bee9-5b20-4426-822f-e62dde96056f",
        "563844d9-bea7-4e36-8a4c-355eb1b1e4fb",
        "23ee47ce-1354-42f4-bcfa-4fcc458bda8a"
    ]
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-12-23 11:50:21
Previous
Customer Limit Report
Next
SOA
Built with