to select ↑↓ to navigate
Lending

Lending

Open in ChatGPT
Ask ChatGPT about this page
Open in Claude
Ask Claude about this page

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 2 months ago
Was this helpful?
Thanks!