Skip to main content

Fetch DPD History form Loan ID

Screenshot 2023-04-20 at 3.19.38 AM.png


GET DPD History form Loan ID

This API is used to annually retrieve the DPD history for the Loan Id.

URL: {{base_url}}/loan-management/v1/getDPD

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key Data Type
loanId* Integer
* required Param

Response: 200


{
   "response": true,
   "data": {
      "2024": {
         "dpd": {
            "january": 0,
            "february": null,
            "march": null,
            "april": null,
            "may": null,
            "june": null,
            "july": null,
            "august": null,
            "september": null,
            "october": null,
            "november": null,
            "december": null
         },
         "bucket": {
            "january": 0,
            "february": null,
            "march": null,
            "april": null,
            "may": null,
            "june": null,
            "july": null,
            "august": null,
            "september": null,
            "october": null,
            "november": null,
            "december": null
         },
         "other": {
            "january": null,
            "february": null,
            "march": null,
            "april": null,
            "may": null,
            "june": null,
            "july": null,
            "august": null,
            "september": null,
            "october": null,
            "november": null,
            "december": null
         }
      }
   },
   "error": null
}