Retrieves the core accounts by providing array of account numbers
get
/service/coreaccounts/getAccounts
This endpoint is used to retrieve the core accounts by providing array of account numbers.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountNos: array
Minimum Number of Items:
1
Maximum Number of Items:100
array of accountNos with minimum 1 and maximum 1000
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the coreaccount based on given accountNos.
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
Pattern:
[6,7,1]
-
acOpenDate(optional):
string(date)
-
acStatDormant(optional):
string
Pattern:
[Y,N]
-
acStatFrozen(optional):
string
Pattern:
[Y,N]
-
acStatNoCr(optional):
string
Pattern:
[Y,N]
-
acStatNoDr(optional):
string
Pattern:
[Y,N]
-
address1(optional):
string
Minimum Length:
0
Maximum Length:105
-
address2(optional):
string
Minimum Length:
0
Maximum Length:105
-
address3(optional):
string
Minimum Length:
0
Maximum Length:105
-
address4(optional):
string
Minimum Length:
0
Maximum Length:105
-
countryCode(optional):
string
-
custAcCcy:
string
-
custAccountNo:
string
Minimum Length:
1
Maximum Length:20
Pattern:[a-zA-Z0-9]+
-
custAcIban(optional):
string
Minimum Length:
0
Maximum Length:35
Pattern:[a-zA-Z0-9]+
-
custAcName:
string
Minimum Length:
0
Maximum Length:105
Pattern:[a-zA-Z0-9]+
-
customerNo:
string
-
ecaCheckReq(optional):
string
Pattern:
[Y,N]
-
glStatBlocked(optional):
string
Pattern:
[Y,N]
-
hostCode:
string
-
sourceSystem:
string
-
sourceSystemAccBrn:
string
-
sourceSystemAccNo:
string
Minimum Length:
0
Maximum Length:35
Pattern:[a-zA-Z0-9]+
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error