Fetch bulk accounts by given list of account number and branch code
post
/service/lmm/account/fetchBulkAccounts
This endpoint is used to get the account identified by the given IDs.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId(required): string
Pattern:
[a-zA-Z0-9]{1,20}
Request Body that contains data required to fetch account details
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
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the account details based on given account ids.
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.
500 Response
Internal error