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(required): array[string]
Minimum Number of Items:
1Maximum Number of Items:100array of accountNos with minimum 1 and maximum 1000
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- text/csv
- 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:
objectDiscriminator:
resource_typeNested Schema : CoreAccountDTO-allOf[1]
Type:
Show Source
object-
accountClass:
string
Pattern:
[6,7,1] -
acOpenDate:
string(date)
-
acStatDormant:
string
Pattern:
[Y,N] -
acStatFrozen:
string
Pattern:
[Y,N] -
acStatNoCr:
string
Pattern:
[Y,N] -
acStatNoDr:
string
Pattern:
[Y,N] -
address1:
string
Minimum Length:
0Maximum Length:105 -
address2:
string
Minimum Length:
0Maximum Length:105 -
address3:
string
Minimum Length:
0Maximum Length:105 -
address4:
string
Minimum Length:
0Maximum Length:105 -
countryCode:
string
-
custAcCcy(required):
string
-
custAccountNo(required):
string
Minimum Length:
1Maximum Length:20Pattern:[a-zA-Z0-9]+ -
custAcIban:
string
Minimum Length:
0Maximum Length:35Pattern:[a-zA-Z0-9]+ -
custAcName(required):
string
Minimum Length:
0Maximum Length:105Pattern:[a-zA-Z0-9]+ -
customerNo(required):
string
-
ecaCheckReq:
string
Pattern:
[Y,N] -
glStatBlocked:
string
Pattern:
[Y,N] -
hostCode(required):
string
-
sourceSystem(required):
string
-
sourceSystemAccBrn(required):
string
-
sourceSystemAccNo(required):
string
Minimum Length:
0Maximum Length:35Pattern:[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