to select ↑↓ to navigate
Lending

Lending

Get Sanctioned Customer Limit

This example can be referred to get the sanctioned limit against a particular customer

Endpoint: GET /api/resource/Sanctioned Loan Amount?filters=[["applicant", "=", "Sanctioned Amount Customer - 11"]]&fields=["sanctioned_amount_limit"]

Response

{
    "data": [
        {
            "sanctioned_amount_limit": 3000000.0
        }
    ]
}
Last updated 3 hours ago
Was this helpful?
Thanks!