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: string
Pattern:
[a-zA-Z0-9]{1,20}
-
limit: integer
limit is maximum no of records to be fetched
-
offset: 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
-
address1:
string
Minimum Length:
0
Maximum Length:105
First line of the customer?s address -
address2:
string
Minimum Length:
0
Maximum Length:105
Second line of the customer?s address -
address3:
string
Minimum Length:
0
Maximum Length:105
Third line of the customer?s address -
address4:
string
Minimum Length:
0
Maximum Length:105
Fourth line of the customer?s address -
customerNo:
string
Minimum Length:
0
Maximum Length:105
Customer Number
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error