Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Lead
  • Back to home
  • CRM
  • Lead
    • Get Borrower Line Details
      GET
    • Fetch service accounts
      GET
    • Send to a service
      POST
    • Create Lead
      POST
    • Lead List
      GET
    • Get Lead
      GET
    • Delete Lead
      DELETE
    • download_excel
      PUT
  • Applicant
    • Create Applicant
      POST
    • Get Applicant
      GET
    • Update Applicant
      PATCH
    • Delete Applicant
      DELETE
    • Mark as Primary
      PUT
  • Bank
    • Add Bank
      POST
    • Get Bank
      GET
    • Update Bank
      PATCH
    • Delete Bank
      DELETE
    • Verify Bank
      GET
    • Get Banks by Applicant Id
      GET
    • Get IFSC Details
      GET
  • Document
    • Add Document
      POST
    • Get Document
      GET
    • Delete Document
      DELETE
    • Update Document
      PATCH
    • Get Documents by Related Model Id
      GET
  • Address
    • Add Address
    • Get Address
    • Update Address
    • Delete Address
    • Get Address by Applicant Id
    • Get City & State by Pincode
  • Get Borrower Token
    POST
  • Health Check
    GET
  1. Lead

Lead List

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/crm/leads/
Last modified:2024-11-26 09:20:07

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
search
string 
optional
Example:
0001B
program_id
string 
optional
Example:
a43c6ebe-8723-43d4-92ca-7c1c42ad9893
status
string 
optional
Example:
kyc_pending
page
string 
optional
Example:
1
for
string 
optional
Example:
listing
page_size
string 
optional
Example:
250
ordering
string 
optional
Example:
ref_id
processed_at_min
string 
optional
Example:
1709812327.201
processed_at_max
string 
optional
Example:
1709812327.201
expand
string 
required
Example:
program
Header Params
Authorization
string 
required
Example:
Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjczMDc1NzIyLCJpYXQiOjE2NzI5ODkzMjIsImp0aSI6IjYzYzMxMWQ5NWQ0MTRjMDI5OGNjYzQ4NGQ4MWU3MzU0IiwidXNlcl9pZCI6IjQ2MjViNDE5LWQ2NTgtNGMxZS1hMDQxLTE0MjY1Nzk3YWI4MCIsImNvbXBhbnlfaWQiOiI1NzYyMzgxNi0wMmJmLTQyM2QtOGNmYS03MGIwMjVhZjcxZjEifQ.ycYHd8Yuk-jfLlvB8wqBqI8DsWCSbBDuYiGJo3fq-I0UR3BN2BiFitlOM5CMqSK6gwNf2pWCEfgFGta4dSVJ_Ebuam_dCVqgptC2YICneA0t8OgHQ4ZcWq0kCq7UGn6cT4-cWhzMqFDUhVMmlIxJWfG4KDU2NwU5BipkP8FYQhZYx6G5ZWKZohrRsEQeQDjj1Q7M-GnePq3-d9fh0FxNXnukqgQ-kHj2eXiV3m7xdijKU-opWuMxDRJ5RZy3gg-sWxcDdwieciHGVW0gPmvnkj6xe0S6R0OP-J4pp7IfyHG1lt9B8cDatNdvHECK77gySJdAOvlKXtfWhg48dCqoYcB19rOZHOIpmhPd8p0JR1Uwivi-Fv9IOPO6W6ELUaBaflXT25qWkRZjGfiiPLG5J4sYr8e67xXgZ_SJfKOSgyK7sGKcpSzEyf2iJQbDfBkcVNuRFQqCV3C6wE3STg_WncbaqR0Ahg3nmXoSBFEc4MudYh3QayhuI-DyiTP72wPHGUQcWtCLfuwmo1kI-PsDqdgVObP4rUaCIzFw4gxCpeNHPbiKVlFIeHGKh7r8EPPAsn_aruaN_S-nXvw9Gcf09NNhs_WSzBDGERmhFB1aG_zfjpN8JXX1bgzRo-KxuS3s5EGNnQzr8BTpJdguDeb089JM5DqNpHuIMAy8V60Wn4Y
Body Params application/json
object {0}
Example
{}

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/crm/leads/?program_id=a43c6ebe-8723-43d4-92ca-7c1c42ad9893' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjczMDc1NzIyLCJpYXQiOjE2NzI5ODkzMjIsImp0aSI6IjYzYzMxMWQ5NWQ0MTRjMDI5OGNjYzQ4NGQ4MWU3MzU0IiwidXNlcl9pZCI6IjQ2MjViNDE5LWQ2NTgtNGMxZS1hMDQxLTE0MjY1Nzk3YWI4MCIsImNvbXBhbnlfaWQiOiI1NzYyMzgxNi0wMmJmLTQyM2QtOGNmYS03MGIwMjVhZjcxZjEifQ.ycYHd8Yuk-jfLlvB8wqBqI8DsWCSbBDuYiGJo3fq-I0UR3BN2BiFitlOM5CMqSK6gwNf2pWCEfgFGta4dSVJ_Ebuam_dCVqgptC2YICneA0t8OgHQ4ZcWq0kCq7UGn6cT4-cWhzMqFDUhVMmlIxJWfG4KDU2NwU5BipkP8FYQhZYx6G5ZWKZohrRsEQeQDjj1Q7M-GnePq3-d9fh0FxNXnukqgQ-kHj2eXiV3m7xdijKU-opWuMxDRJ5RZy3gg-sWxcDdwieciHGVW0gPmvnkj6xe0S6R0OP-J4pp7IfyHG1lt9B8cDatNdvHECK77gySJdAOvlKXtfWhg48dCqoYcB19rOZHOIpmhPd8p0JR1Uwivi-Fv9IOPO6W6ELUaBaflXT25qWkRZjGfiiPLG5J4sYr8e67xXgZ_SJfKOSgyK7sGKcpSzEyf2iJQbDfBkcVNuRFQqCV3C6wE3STg_WncbaqR0Ahg3nmXoSBFEc4MudYh3QayhuI-DyiTP72wPHGUQcWtCLfuwmo1kI-PsDqdgVObP4rUaCIzFw4gxCpeNHPbiKVlFIeHGKh7r8EPPAsn_aruaN_S-nXvw9Gcf09NNhs_WSzBDGERmhFB1aG_zfjpN8JXX1bgzRo-KxuS3s5EGNnQzr8BTpJdguDeb089JM5DqNpHuIMAy8V60Wn4Y' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Responses

🟢200Lead List
application/json
Body
count
integer 
required
page_size
integer 
required
current_page
integer 
required
results
array [object {8}] 
required
id
string 
required
ref_id
string 
required
status
string 
required
tags
array
required
created_at
number 
required
updated_at
number 
required
primary_applicant
object 
required
program
object 
required
Example
{
    "count": 34,
    "page_size": 15,
    "current_page": 1,
    "results": [
        {
            "id": "68b48e92-7c64-43e6-b6f6-7148e0e15d23",
            "ref_id": "CL48KK2",
            "status": "active",
            "tags": [],
            "created_at": 1720520906.186,
            "updated_at": 1720520906.524,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "Holdback",
                "primary_mobile": "9019867100"
            },
            "program": {
                "ref_id": "CL48KK2A",
                "status": "disbursed",
                "tags": [],
                "program": {
                    "id": "23ee47ce-1354-42f4-bcfa-4fcc458bda8a",
                    "ref_id": "CP00NVK",
                    "name": "CavinKare VF",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "ebf6d923-d3c0-47a5-99ed-90c76b4436b3",
                    "is_expired": false,
                    "line_activation_date": 1720520906.721,
                    "approved_line_amount": 1000000,
                    "operative_line_amount": 1000000,
                    "active_line_amount": 1000000,
                    "dpd": 0,
                    "excess_payment": 0,
                    "due_amount": 0,
                    "line_expiry_date": 1783592906
                }
            }
        },
        {
            "id": "469c174c-94a2-4301-8e02-4d8bad272e67",
            "ref_id": "CL27JN3",
            "status": "active",
            "tags": [],
            "created_at": 1720518743.309,
            "updated_at": 1720518743.528,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "Repayment cancellation",
                "primary_mobile": "9029384200"
            },
            "program": {
                "ref_id": "CL27JN3A",
                "status": "disbursed",
                "tags": [],
                "program": {
                    "id": "6788f287-c670-46b9-8ec9-48cc351ab2bc",
                    "ref_id": "CP00P4P",
                    "name": "CavinKare DF",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "9dfed7bc-cf30-47e3-9b5b-5d22e6a6e3e3",
                    "is_expired": false,
                    "line_activation_date": 1720518743.722,
                    "approved_line_amount": 500000,
                    "operative_line_amount": 500000,
                    "active_line_amount": 500000,
                    "dpd": 0,
                    "excess_payment": 0,
                    "due_amount": 0,
                    "line_expiry_date": 1783590743
                }
            }
        },
        {
            "id": "46754360-d498-4ea0-9079-fdb182c0e9df",
            "ref_id": "CL36GB2",
            "status": "active",
            "tags": [],
            "created_at": 1720518075.662,
            "updated_at": 1720518076.125,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "ANANDA HOME NEEDS",
                "gstin": "33AADFA6241J1ZQ",
                "primary_mobile": "9843118958"
            },
            "program": {
                "ref_id": "CL36GB2A",
                "status": "due",
                "tags": [],
                "program": {
                    "id": "62a21a58-daf8-4b80-823a-f1006503231f",
                    "ref_id": "CP0042K",
                    "name": "CavinKare RF",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "4ee1f0f9-bd40-407c-a783-2a60b61a5fb5",
                    "is_expired": false,
                    "line_activation_date": 1720518076.731,
                    "approved_line_amount": 1000000,
                    "operative_line_amount": 1000000,
                    "active_line_amount": 985000,
                    "dpd": 3,
                    "excess_payment": 0,
                    "due_amount": 15058.589041095891,
                    "line_expiry_date": 1783590076
                }
            }
        },
        {
            "id": "08588377-b075-4d4e-8a9b-4fadb13a974c",
            "ref_id": "CL45E92",
            "status": "active",
            "tags": [],
            "created_at": 1720517099.676,
            "updated_at": 1720517099.944,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "TELEVISION CENTRE",
                "gstin": "03AABFT3776B1ZJ",
                "primary_mobile": "9814468670"
            },
            "program": {
                "ref_id": "CL45E92A",
                "status": "due",
                "tags": [],
                "program": {
                    "id": "6788f287-c670-46b9-8ec9-48cc351ab2bc",
                    "ref_id": "CP00P4P",
                    "name": "CavinKare DF",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "81417a85-5708-4894-a3db-dda52d95c5f3",
                    "is_expired": false,
                    "line_activation_date": 1720517100.234,
                    "approved_line_amount": 500000,
                    "operative_line_amount": 500000,
                    "active_line_amount": 300000,
                    "dpd": 3,
                    "excess_payment": 0,
                    "due_amount": 200778.5205479452,
                    "line_expiry_date": 1783589100
                }
            }
        },
        {
            "id": "c0e9e1b9-c924-410d-800a-36fb9d257d8b",
            "ref_id": "CL4ZDW3",
            "status": "active",
            "tags": [],
            "created_at": 1720516597.913,
            "updated_at": 1720516598.157,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "MARVEL AGENCIES",
                "gstin": "32ABFFM0079D1ZP",
                "primary_mobile": "9349933007"
            },
            "program": {
                "ref_id": "CL4ZDW3A",
                "status": "due",
                "tags": [],
                "program": {
                    "id": "6788f287-c670-46b9-8ec9-48cc351ab2bc",
                    "ref_id": "CP00P4P",
                    "name": "CavinKare DF",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "d6466e47-9fd4-48eb-86b7-35a68a8d59d6",
                    "is_expired": false,
                    "line_activation_date": 1720516598.422,
                    "approved_line_amount": 500000,
                    "operative_line_amount": 500000,
                    "active_line_amount": 498500,
                    "dpd": 3,
                    "excess_payment": 0,
                    "due_amount": 1505.958904109589,
                    "line_expiry_date": 1783588598
                }
            }
        },
        {
            "id": "6153a996-77ad-496a-b3b4-e9545dd1e5d2",
            "ref_id": "CL2YBJ3",
            "status": "active",
            "tags": [],
            "created_at": 1720516344.485,
            "updated_at": 1720516344.827,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "R V HOME NEEDS",
                "gstin": "32AAOFR6857N1ZE",
                "primary_mobile": "9447329563"
            },
            "program": {
                "ref_id": "CL2YBJ3A",
                "status": "due",
                "tags": [],
                "program": {
                    "id": "6788f287-c670-46b9-8ec9-48cc351ab2bc",
                    "ref_id": "CP00P4P",
                    "name": "CavinKare DF",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "5a9faf63-c221-466b-972c-6b013bf84b12",
                    "is_expired": false,
                    "line_activation_date": 1720516345.035,
                    "approved_line_amount": 500000,
                    "operative_line_amount": 500000,
                    "active_line_amount": 488000,
                    "dpd": 4,
                    "excess_payment": 0,
                    "due_amount": 12054.561643835616,
                    "line_expiry_date": 1783588345
                }
            }
        },
        {
            "id": "5de5b5d0-2143-49d7-8d6a-0067983c84c4",
            "ref_id": "CL3XA84",
            "status": "kyc_pending",
            "tags": [],
            "created_at": 1720516267.045,
            "updated_at": 1720516267.045,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "partnership",
                "tags": [],
                "name": "ELEKTROKRAFT",
                "pan_no": null,
                "gstin": "20AAAFE3740K1ZW",
                "primary_mobile": "9263990685"
            },
            "program": {
                "ref_id": "CL3XA84A",
                "status": "pending",
                "tags": [],
                "program": {
                    "id": "6788f287-c670-46b9-8ec9-48cc351ab2bc",
                    "ref_id": "CP00P4P",
                    "name": "CavinKare DF",
                    "product_type": "scf"
                }
            }
        },
        {
            "id": "f15df27e-8c78-4754-9223-44cda1f15c96",
            "ref_id": "CL3RRQ3",
            "status": "active",
            "tags": [],
            "created_at": 1720313125.022,
            "updated_at": 1720313125.419,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "10ABYPH0947E1ZT",
                "gstin": "10ABYPH0947E1ZT",
                "primary_mobile": "8884444838"
            },
            "program": {
                "ref_id": "CL3RRQ3A",
                "status": "pending_disbursement",
                "tags": [],
                "program": {
                    "id": "ca9b1823-1a99-409e-940a-4d1b56f0afa0",
                    "ref_id": "PRO00RDL",
                    "name": "226 Trident",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "83c9ffbc-9318-4e6c-8c25-4a25338b3f78",
                    "is_expired": false,
                    "line_activation_date": 1720313126.026,
                    "approved_line_amount": 0,
                    "operative_line_amount": 0,
                    "active_line_amount": 0,
                    "dpd": 0,
                    "excess_payment": 0,
                    "due_amount": 0,
                    "line_expiry_date": 1783385125
                }
            }
        },
        {
            "id": "f02a03dd-fff3-48fd-bdaa-dd6b62ae9fc0",
            "ref_id": "CL4QQE4",
            "status": "active",
            "tags": [],
            "created_at": 1720312025.585,
            "updated_at": 1720312026.022,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "Bikk1222222",
                "gstin": "10CILPB9881R1ZL",
                "primary_mobile": "9699985838"
            },
            "program": {
                "ref_id": "CL4QQE4A",
                "status": "pending_disbursement",
                "tags": [],
                "program": {
                    "id": "d90fc7b2-8e5f-4336-a789-e2ad8bc6f32a",
                    "ref_id": "PRO00YJA",
                    "name": "SOA TEST Program",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "e7169592-881c-4143-9444-b22f94d0dd3e",
                    "is_expired": false,
                    "line_activation_date": 1720312026.736,
                    "approved_line_amount": 0,
                    "operative_line_amount": 0,
                    "active_line_amount": 0,
                    "dpd": 0,
                    "excess_payment": 0,
                    "due_amount": 0,
                    "line_expiry_date": 1751848026
                }
            }
        },
        {
            "id": "4fe0be0f-5621-49de-ac7a-5ec6285294a7",
            "ref_id": "CL3OO63",
            "status": "kyc_pending",
            "tags": [],
            "created_at": 1720156461.017,
            "updated_at": 1720156461.017,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "Test for interest lock in",
                "primary_mobile": "9019831108"
            },
            "program": {
                "ref_id": "CL3OO63B",
                "status": "pending",
                "tags": [],
                "program": {
                    "id": "62a21a58-daf8-4b80-823a-f1006503231f",
                    "ref_id": "CP0042K",
                    "name": "CavinKare RF",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "9c136888-a586-48de-a14e-895565d96838",
                    "is_expired": false,
                    "line_activation_date": 1720163684.338,
                    "approved_line_amount": 1000000,
                    "operative_line_amount": 1000000,
                    "active_line_amount": 1000000,
                    "dpd": 0,
                    "excess_payment": 0,
                    "due_amount": 0,
                    "line_expiry_date": 1783235684
                }
            }
        },
        {
            "id": "4fe0be0f-5621-49de-ac7a-5ec6285294a7",
            "ref_id": "CL3OO63",
            "status": "kyc_pending",
            "tags": [],
            "created_at": 1720156461.017,
            "updated_at": 1720156461.017,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "Test for interest lock in",
                "primary_mobile": "9019831108"
            },
            "program": {
                "ref_id": "CL3OO63A",
                "status": "pending",
                "tags": [],
                "program": {
                    "id": "6788f287-c670-46b9-8ec9-48cc351ab2bc",
                    "ref_id": "CP00P4P",
                    "name": "CavinKare DF",
                    "product_type": "scf"
                }
            }
        },
        {
            "id": "9e6fe004-68e3-4ff1-b941-9968c0e64e4d",
            "ref_id": "CL4N674",
            "status": "active",
            "tags": [],
            "created_at": 1719393230.933,
            "updated_at": 1719393231.276,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "SOA TEST BORROWER",
                "pan_no": "ASBPL7523F",
                "primary_mobile": "8908900980"
            },
            "program": {
                "ref_id": "CL4N674A",
                "status": "due",
                "tags": [],
                "program": {
                    "id": "d90fc7b2-8e5f-4336-a789-e2ad8bc6f32a",
                    "ref_id": "PRO00YJA",
                    "name": "SOA TEST Program",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "36b911a7-ce1f-434b-bb85-fab44c3b36b8",
                    "is_expired": false,
                    "line_activation_date": 1719393231.552,
                    "approved_line_amount": 100000,
                    "operative_line_amount": 100000,
                    "active_line_amount": 99296.05,
                    "dpd": 10,
                    "excess_payment": 0,
                    "due_amount": 704.6443068493151,
                    "line_expiry_date": 1750929231
                }
            }
        },
        {
            "id": "8f970dfa-eb1e-4436-b33e-c1098bbb5e10",
            "ref_id": "CL2B6V2",
            "status": "active",
            "tags": [],
            "created_at": 1719384709.666,
            "updated_at": 1719384709.975,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "Cambridge Papers",
                "pan_no": "AGOPA1353R",
                "primary_mobile": "7890078900"
            },
            "program": {
                "ref_id": "CL2B6V2A",
                "status": "disbursed",
                "tags": [],
                "program": {
                    "id": "ca9b1823-1a99-409e-940a-4d1b56f0afa0",
                    "ref_id": "PRO00RDL",
                    "name": "226 Trident",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "57659bf3-46ae-417b-bb6e-3afacbe0e344",
                    "is_expired": false,
                    "line_activation_date": 1719384710.334,
                    "approved_line_amount": 10000000,
                    "operative_line_amount": 10000000,
                    "active_line_amount": 10000000,
                    "dpd": 0,
                    "excess_payment": 0,
                    "due_amount": 0,
                    "line_expiry_date": 1782456710
                }
            }
        },
        {
            "id": "2a7abc41-2bd4-42a0-a60b-89e9a1a73c32",
            "ref_id": "CL36BB3",
            "status": "active",
            "tags": [],
            "created_at": 1719291501.45,
            "updated_at": 1719291501.945,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "proprietorship",
                "tags": [],
                "name": "MONU POWER ",
                "pan_no": "FAHPS3767A",
                "primary_mobile": "8801239830"
            },
            "program": {
                "ref_id": "CL36BB3A",
                "status": "disbursed",
                "tags": [],
                "program": {
                    "id": "62a21a58-daf8-4b80-823a-f1006503231f",
                    "ref_id": "CP0042K",
                    "name": "CavinKare RF",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "6b13f40c-3a0f-4703-812f-3c30bef3ec20",
                    "is_expired": false,
                    "line_activation_date": 1719291502.45,
                    "approved_line_amount": 1000000,
                    "operative_line_amount": 1000000,
                    "active_line_amount": 965000,
                    "dpd": 0,
                    "excess_payment": 0,
                    "due_amount": 0,
                    "line_expiry_date": 1782363502
                }
            }
        },
        {
            "id": "133c3a74-c1b9-4e11-be6b-031ef323b163",
            "ref_id": "CL2V9M3",
            "status": "active",
            "tags": [],
            "created_at": 1718542166.589,
            "updated_at": 1718542166.88,
            "primary_applicant": {
                "applicant_type": "business",
                "business_type": "Partnership",
                "tags": [],
                "name": "Refund Test New",
                "gstin": "19AAFFP4513J1Z4",
                "primary_mobile": "9599988443"
            },
            "program": {
                "ref_id": "CL2V9M3A",
                "status": "disbursed",
                "tags": [],
                "program": {
                    "id": "23ee47ce-1354-42f4-bcfa-4fcc458bda8a",
                    "ref_id": "CP00NVK",
                    "name": "CavinKare VF",
                    "product_type": "scf"
                },
                "line_detail": {
                    "id": "31dc3ca1-cc7c-4504-a4ff-9ab6ce7848d4",
                    "is_expired": false,
                    "line_activation_date": 1718542166.994,
                    "approved_line_amount": 1000000,
                    "operative_line_amount": 1000000,
                    "active_line_amount": 1000000,
                    "dpd": 0,
                    "excess_payment": 100000,
                    "due_amount": 0,
                    "line_expiry_date": 1781568000
                }
            }
        }
    ]
}
Modified at 2024-11-26 09:20:07
Previous
Create Lead
Next
Get Lead
Built with