Late Fees Limits
Description¶
The lateFeesLimits endpoint is used to get the list of the limits that will be allowed by the application with respect to the Late Fees.  
Request¶
Endpoint¶
ui/refdata/v1/lateFeesLimitsMethod¶
GET
Response¶
[
    {
        "name": "ONCE"
    },
    {
        "name": "TWICE"
    },
    {
        "name": "THRICE"
    }
]
Tabular Format
| LATE FEES LIMITS NAME | 
|---|
| ONCE | 
| TWICE | 
| THRICE | 
Updated As Of Version: 6.1.0.3