Get the list of virtual and real accounts for the given customer
get
/service/lmm/account/commonCoreAccountfetch
This endpoint is used to get the list of virtual and real accounts for the given customer.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId(optional): string
Pattern:
[a-zA-Z0-9]{1,20}
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
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 : CoreAccountDTO-allOf[1]
Type:
Show Source
object
-
accountClass(optional):
string
Account class of the external customer account. It can be Normal account or Nostro account
-
acOpenDate(optional):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
The date on which account is being opened -
acStatDormant(optional):
string
Minimum Length:
1
Maximum Length:1
Pattern:[Y,N]
Indicates that the account status is dormant -
acStatFrozen(optional):
string
Minimum Length:
0
Maximum Length:1
Pattern:[Y,N]
Indicate that the account status is frozen -
acStatNoCr(optional):
string
Minimum Length:
0
Maximum Length:1
Pattern:[Y,N]
Indicates that the account does not have any credit facility -
acStatNoDr(optional):
string
Minimum Length:
0
Maximum Length:1
Pattern:[Y,N]
Indicates that the account does not have any debit facility -
address1(optional):
string
Minimum Length:
0
Maximum Length:105
First line of the customer?s address -
address2(optional):
string
Minimum Length:
0
Maximum Length:105
Second line of the customer?s address -
address3(optional):
string
Minimum Length:
0
Maximum Length:105
Third line of the customer?s address -
address4(optional):
string
Minimum Length:
0
Maximum Length:105
Fourth line of the customer?s address -
branchName(optional):
string
Branch name of the Branch Code
-
cityId(optional):
string
City ID
-
countryCode(optional):
string
Minimum Length:
0
Maximum Length:4
Country Code -
countryName(optional):
string
Country Name for the follwoing CountryId
-
custAcCcy(optional):
string
Currency in which the account is being created
-
custAccountNo(optional):
string
Minimum Length:
1
Maximum Length:20
Pattern:[a-zA-Z0-9]+
Account number of the External customer -
custAcIban(optional):
string
Minimum Length:
0
Maximum Length:35
Pattern:[a-zA-Z0-9]+
IBAN that is linked to the customer -
custAcName(optional):
string
Minimum Length:
0
Maximum Length:105
Pattern:[a-zA-Z0-9\s]+
Name of the account holder -
customerName(optional):
string
Customer name
-
customerNo(optional):
string
Customer number to which the account number is being linked
-
ecaCheckReq(optional):
string
Minimum Length:
0
Maximum Length:1
Pattern:[Y,N]
Indicates that ECA check is required for the external customer account -
glStatBlocked(optional):
string
Minimum Length:
0
Maximum Length:1
Pattern:[Y,N]
Indicates that the account status is blocked -
hostCode(optional):
string
The host code that is linked to the logged in user of the branch.
-
noBalanceHandling(optional):
string
-
sourceSystem(optional):
string
Name of the source system
-
sourceSystemAccBrn(optional):
string
Branch to which the account belongs to
-
sourceSystemAccNo(optional):
string
Minimum Length:
0
Maximum Length:35
Pattern:[a-zA-Z0-9]+
Account number as in the source system
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error