Get all valid rtl sublimit transaction logs
get
/service/lrt/RtlTransaction/fetchSublimitLog
This endpoint is used to get all valid real time liquidity transaction logs involving sublimits.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountNumber: string
-
customerId: string
Pattern:
[a-zA-Z0-9]{1,20}
-
rtlStructureId: string
-
rtlStructureMasterId: string
-
txnDateFrom: string
-
txnDateTo: string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
Root Schema : LrtTmRtlSublimitLogsDTOCollection
Type:
object
Collection of RTL details involving sublimit history logs
Show Source
Nested Schema : LrtTmSublimitDTO
Type:
Show Source
object
-
accountNumber:
string
-
availableSublimit:
number
-
id:
string
-
lastUpdatedDate:
string
-
rtlStructureMasterId:
string
-
rtlSublimitTxnId:
string
-
status:
string
-
subLimitAmount:
number
Pattern:
^[.]?[1-9]*[.]?[0-9]*$
-
subLimitCcy:
string
-
subLimitEndDate:
string
-
subLimitFrequency:
string
-
subLimitStartDate:
string
-
sublimitUtilized:
number
-
txnAmount:
number
-
txnDate:
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error