Retrieves the Data for RM Dashboard
get
/service/lmd/rmdashboard
This endpoint is used to retrieving the data for RM dashboard.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId(optional): string
Pattern:
[a-zA-Z0-9]{1,20}
fetch record according to customerId -
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
structureId(optional): string
Pattern:
[A-Z0-9]{1,30}
fetch record according to structureId
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(optional):
number
Available Balance in Account Map
-
cityName(optional):
string
City Name in Account Map
-
countryName(optional):
string
Country Name in Account Map
-
currencyCode(optional):
string
Currency code in Account Map
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Account Map -
latitude(optional):
number
latitude in the Account Map
-
longitude(optional):
number
longitude in the Account Map
Nested Schema : LmdTbCurrencyBalanceDTO-allOf[1]
Type:
Show Source
object
-
accountNumber(optional):
string
account number in Currency Balance
-
availableBalance(optional):
integer
Available Balance in Currency Balance
-
branchCode(optional):
string
branch Code in Currency Balance
-
currencyCode(optional):
string
Currency code in Customer Balance
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Currency Balance -
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
structure id in Currency Balance -
userId(optional):
string
User Id of the Currency Balance
-
valueDate(optional):
string(date)
value date in Currency Balance
Nested Schema : LmdTbEffectiveBalanceDTO-allOf[1]
Type:
Show Source
object
-
accountNumber(optional):
string
account number in Effective Balance
-
availableBalance(optional):
integer
Available Balance in Effective Balance
-
branchCode(optional):
string
branch Code in Effective Balance
-
currencyCode(optional):
string
Currency code in Effective Balance
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Effective Balance -
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
structure id in Effective Balance -
userId(optional):
string
User Id of the Effective Balance
-
valueDate(optional):
string(date)
value date in Effective Balance
Nested Schema : InterestDetailsDTO-allOf[1]
Type:
Show Source
object
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
customer Id -
interestEarned(optional):
integer
interest earned
-
interestPaid(optional):
integer
interest paid
-
month(optional):
string
month
-
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
structureId
Nested Schema : LmdRdInvestmentDetailsDTO-allOf[1]
Type:
Show Source
object
-
accountNumber(optional):
string
Maximum Length:
30
account number in Investment details -
availableBalance(optional):
number
Available Balance in Investment details
-
currencyCode(optional):
string
Maximum Length:
3
Currency code in Investment details -
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Investment details -
instrumentType(optional):
string
Instrument Type for Investment details
-
parentAccountNumber(optional):
string
Maximum Length:
30
Parent account number in Investment details -
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
structure id in Investment details -
valueDate(optional):
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
-
accountNumber(optional):
string
Maximum Length:
30
accountNumber in Scheduled Sweeps -
branchCode(optional):
string
Maximum Length:
4
branchCode in Scheduled Sweeps -
currencyCode(optional):
string
Maximum Length:
3
currencyCode in Scheduled Sweeps -
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
customerId in Scheduled Sweeps -
instructionDesription(optional):
string
Maximum Length:
200
instructionDesription in Scheduled Sweeps -
instructionId(optional):
string
Maximum Length:
10
instructionId in Scheduled Sweeps -
nextRunDate(optional):
string
nextRunDate in Scheduled Sweeps
-
parentAccountNumber(optional):
string
Maximum Length:
30
parentAccountNumber in Scheduled Sweeps -
parentBranchCode(optional):
string
Maximum Length:
4
parentBranchCode in Scheduled Sweeps -
parentCurrencyCode(optional):
string
Maximum Length:
3
parentCurrencyCode in Scheduled Sweeps -
productCode(optional):
string
Maximum Length:
10
productCode in Scheduled Sweeps -
productDescription(optional):
string
Maximum Length:
200
productDescription in Scheduled Sweeps -
structureDescription(optional):
string
Maximum Length:
200
structureDescription in Scheduled Sweeps -
structureId(optional):
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