POST Limit/Update
Request Information
URI Parameters
None.
Body Parameters
LimitUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestID | string |
Required |
|
| TransactionLimit | integer |
Required |
|
| DailyTransLimit | integer |
Required |
|
| TopupTransLimit | integer |
Required |
|
| OtherBankLimit | integer |
Required |
|
| internalLimit | integer |
Required |
|
| Tpin | string |
None. |
|
| token | string |
None. |
|
| LastCardSixDigit | string |
None. |
|
| Channel | string |
String length: inclusive between 0 and 50 |
|
| CustomerId | string |
String length: inclusive between 0 and 50 |
|
| AuthType | string |
String length: inclusive between 0 and 50 |
|
| RequestStatus | string |
String length: inclusive between 0 and 50 |
|
| RequestDate | date |
None. |
|
| DateApproved | date |
None. |
|
| ApprovedBy | string |
String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{
"RequestID": "sample string 2",
"TransactionLimit": 3,
"DailyTransLimit": 4,
"TopupTransLimit": 5,
"OtherBankLimit": 6,
"internalLimit": 7,
"Tpin": "sample string 9",
"token": "sample string 10",
"LastCardSixDigit": "sample string 11",
"Channel": "sample string 12",
"CustomerId": "sample string 13",
"AuthType": "sample string 14",
"RequestStatus": "sample string 15",
"RequestDate": "2026-04-17T09:00:59.271295+01:00",
"DateApproved": "2026-04-17T09:00:59.271295+01:00",
"ApprovedBy": "sample string 17"
}
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestID | string |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseDescription | string |
None. |
|
| EnrollmentId | integer |
None. |
|
| AccountNumber | string |
None. |
|
| toolTip | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RequestID": "sample string 1",
"ResponseCode": "sample string 2",
"ResponseDescription": "sample string 3",
"EnrollmentId": 4,
"AccountNumber": "sample string 5",
"toolTip": "sample string 6"
}