GET Limit
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserLimitsVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| DailyUtilizedLimit | decimal number |
None. |
|
| Internallimit | decimal number |
None. |
|
| InternalUtilizedLimit | decimal number |
None. |
|
| DailyTransactionLimit | decimal number |
None. |
|
| Transactionlimit | decimal number |
None. |
|
| Otherbanklimit | decimal number |
None. |
|
| OtherBankUtilizedLimit | decimal number |
None. |
|
| Topuptranslimit | decimal number |
None. |
|
| TopUpUtilizedLimit | decimal number |
None. |
|
| BillsUtilizedLimit | decimal number |
None. |
|
| MaxLimitUpdateWithPin | decimal number |
None. |
|
| MaxLimitUpdateWithToken | decimal number |
None. |
|
| MaxLimitUpdateWithindemnity | decimal number |
None. |
|
| MaxLimitUpdateWithCard | decimal number |
None. |
|
| LastTransactionDate | date |
None. |
|
| MaxSingleTopUpLimit | decimal number |
None. |
|
| MaxCorporateLimit | decimal number |
None. |
|
| MaxRetailLimit | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"DailyUtilizedLimit": 2.0,
"Internallimit": 3.0,
"InternalUtilizedLimit": 4.0,
"DailyTransactionLimit": 5.0,
"Transactionlimit": 6.0,
"Otherbanklimit": 7.0,
"OtherBankUtilizedLimit": 8.0,
"Topuptranslimit": 9.0,
"TopUpUtilizedLimit": 10.0,
"BillsUtilizedLimit": 11.0,
"MaxLimitUpdateWithPin": 12.0,
"MaxLimitUpdateWithToken": 13.0,
"MaxLimitUpdateWithindemnity": 14.0,
"MaxLimitUpdateWithCard": 15.0,
"LastTransactionDate": "2026-04-17T09:28:24.0443827+01:00",
"MaxSingleTopUpLimit": 16.0,
"MaxCorporateLimit": 17.0,
"MaxRetailLimit": 18.0
}