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 : CoreAccountDTO
Type:
object
Match All
Show Source
-
allOf
GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
-
object
CoreAccountDTO-allOf[1]
Nested Schema : GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
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
-
acOpenDate(optional):
string
-
acStatDormant(optional):
string
-
acStatFrozen(optional):
string
-
acStatNoCr(optional):
string
-
acStatNoDr(optional):
string
-
address1(optional):
string
-
address2(optional):
string
-
address3(optional):
string
-
address4(optional):
string
-
countryCode(optional):
string
-
custAcCcy(optional):
string
-
custAccountNo(optional):
string
-
custAcIban(optional):
string
-
custAcName(optional):
string
-
customerNo(optional):
string
-
ecaCheckReq(optional):
string
-
glStatBlocked(optional):
string
-
hostCode(optional):
string
-
sourceSystem(optional):
string
-
sourceSystemAccBrn(optional):
string
-
sourceSystemAccNo(optional):
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error