Get List of Accounts for the given customer collection
get
/service/lmm/account/getLinkedAccountsForCustomers
This endpoint is used to get the list of accounts for the given customer collection.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerIds(required): array[string]
Pattern:
[a-zA-Z0-9]{1,20}
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
-
Location: string
URL of newly created account
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 : LmmTmAccountDTO-allOf[1]
Type:
Show Source
object
-
accCategory:
string
-
accClosedDate:
string(date)
-
accOpenDate:
string(date)
-
accountDescription:
string
-
accountNumber(required):
string
-
acyAvailableBal:
number
-
acyCasaBlockedAmt:
number
-
acyCurrentBal:
number
-
balCompParticipation:
string
-
branchCode(required):
string
-
crLimit:
number
-
currency(required):
string
-
customerId(required):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
drLimit:
number
-
externalSystemId:
string
-
groupCode:
string
-
groupDescription:
string
-
iban:
string
-
ilRouteCode:
string
-
isActive:
string
-
isDebitUnlimited:
string
-
isExternal:
string
-
isICRequired:
string
-
isNotional:
string
-
isResident:
string
-
lastBalUpdateTime:
string(date)
-
limitCcy:
string
-
lineId:
string
-
logCode:
string
-
odLimit:
number
-
sourceSystem:
string
-
sourceSystemAccNo:
string
-
uncollAvailable:
number
-
uncollFundsLimit:
number
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