Retrieves the data for RM dashboard
get
/service/lmd/rmdashboard
This endpoint is used to get the data for RM dashboard.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId: string
Pattern:
[a-zA-Z0-9]{1,20}
fetch record according to customerId -
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
structureId: string
Pattern:
[A-Z0-9]{1,30}
fetch record according to structureId
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Nested Schema : accountmap
Type:
Show Source
array
-
Array of:
object LmdRdAccountMapDTO
AccountMap DTO
Nested Schema : currencybalance
Type:
Show Source
array
-
Array of:
object LmdTbCurrencyBalanceDTO
CurrencyBalance DTO
Nested Schema : effectivebalance
Type:
Show Source
array
-
Array of:
object LmdTbEffectiveBalanceDTO
EffectiveBalance DTO
Nested Schema : interestdetails
Type:
Show Source
array
-
Array of:
object InterestDetailsDTO
InterestDetails DTO for view
Nested Schema : investmentdetails
Type:
Show Source
array
-
Array of:
object LmdRdInvestmentDetailsDTO
InvestmentDetails DTO
Nested Schema : scheduledsweeps
Type:
Show Source
array
-
Array of:
object LmdTbScheduledSweepsDTO
ScheduledSweeps DTO
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : LmdRdAccountMapDTO-allOf[1]
Type:
Show Source
object
-
availableBalance:
number
Available Balance in Account Map
-
cityName:
string
City Name in Account Map
-
countryName:
string
Country Name in Account Map
-
currencyCode:
string
Currency code in Account Map
-
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Account Map -
latitude:
number
latitude in the Account Map
-
longitude:
number
longitude in the Account Map
Nested Schema : LmdTbCurrencyBalanceDTO-allOf[1]
Type:
Show Source
object
-
accountNumber:
string
account number in Currency Balance
-
availableBalance:
integer
Available Balance in Currency Balance
-
branchCode:
string
branch Code in Currency Balance
-
currencyCode:
string
Currency code in Customer Balance
-
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Currency Balance -
structureId:
string
Pattern:
[A-Z0-9]{1,30}
structure id in Currency Balance -
userId:
string
User Id of the Currency Balance
-
valueDate:
string(date)
value date in Currency Balance
Nested Schema : LmdTbEffectiveBalanceDTO-allOf[1]
Type:
Show Source
object
-
accountNumber:
string
account number in Effective Balance
-
availableBalance:
integer
Available Balance in Effective Balance
-
branchCode:
string
branch Code in Effective Balance
-
currencyCode:
string
Currency code in Effective Balance
-
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Effective Balance -
structureId:
string
Pattern:
[A-Z0-9]{1,30}
structure id in Effective Balance -
userId:
string
User Id of the Effective Balance
-
valueDate:
string(date)
value date in Effective Balance
Nested Schema : InterestDetailsDTO-allOf[1]
Type:
Show Source
object
-
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
customer Id -
interestEarned:
integer
interest earned
-
interestPaid:
integer
interest paid
-
month:
string
month
-
structureId:
string
Pattern:
[A-Z0-9]{1,30}
structureId
Nested Schema : LmdRdInvestmentDetailsDTO-allOf[1]
Type:
Show Source
object
-
accountNumber:
string
Maximum Length:
35
account number in Investment details -
availableBalance:
number
Available Balance in Investment details
-
currencyCode:
string
Maximum Length:
3
Currency code in Investment details -
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Investment details -
instrumentType:
string
Instrument Type for Investment details
-
parentAccountNumber:
string
Maximum Length:
35
Parent account number in Investment details -
structureId:
string
Pattern:
[A-Z0-9]{1,30}
structure id in Investment details -
valueDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
value date in Investment details
Nested Schema : LmdTbScheduledSweepsDTO-allOf[1]
Type:
Show Source
object
-
accountName:
string
accountName in Scheduled Sweeps
-
accountNumber:
string
Maximum Length:
35
accountNumber in Scheduled Sweeps -
branchCode:
string
Maximum Length:
4
branchCode in Scheduled Sweeps -
currencyCode:
string
Maximum Length:
3
currencyCode in Scheduled Sweeps -
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
customerId in Scheduled Sweeps -
instructionDesription:
string
Maximum Length:
200
instructionDesription in Scheduled Sweeps -
instructionId:
string
Maximum Length:
10
instructionId in Scheduled Sweeps -
nextRunDate:
string
nextRunDate in Scheduled Sweeps
-
parentAccountName:
string
parentAccountName in Scheduled Sweeps
-
parentAccountNumber:
string
Maximum Length:
35
parentAccountNumber in Scheduled Sweeps -
parentBranchCode:
string
Maximum Length:
4
parentBranchCode in Scheduled Sweeps -
parentCurrencyCode:
string
Maximum Length:
3
parentCurrencyCode in Scheduled Sweeps -
productCode:
string
Maximum Length:
10
productCode in Scheduled Sweeps -
productDescription:
string
Maximum Length:
200
productDescription in Scheduled Sweeps -
structureDescription:
string
Maximum Length:
200
structureDescription in Scheduled Sweeps -
structureId:
string
Pattern:
[A-Z0-9]{1,30}
structureId in Scheduled Sweeps
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error