Retrives the Customers by Given Parent Customer ID
get
/customer/getAllCustomers
This endpoint is used to get the customer by parent customer ID.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId(optional): string
Id of the customer that needs to be fetched
-
customerName(optional): string
customer name that needs to be fetched
-
parentCustomerId(optional): string
Id of the customer that needs to be fetched
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the customer based on given id.
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 : LmmTmCustomerDTO-allOf[1]
Type:
Show Source
object
-
addressLine1(optional):
string
Maximum Length:
100
-
addressLine2(optional):
string
Maximum Length:
100
-
addressLine3(optional):
string
Maximum Length:
100
-
addressLine4(optional):
string
Maximum Length:
100
-
bankCode(optional):
string
Maximum Length:
4
-
branchCode(optional):
string
Maximum Length:
4
-
chargeAccountBrn(optional):
string
Maximum Length:
3
The charge funding account branch code from where the charges needs to be collected -
chargeAccountNo(optional):
string
Maximum Length:
35
The charge funding account from where the charges needs to be collected -
chargeBranchCode(optional):
string
Maximum Length:
3
The Branch code to be used for charge posting -
chargeCustAccCcy(optional):
string
Maximum Length:
3
The charge funding account branch currency from where the charges needs to be collected -
chargePricingScheme(optional):
string
Maximum Length:
50
The pricing scheme to be mapped to the customer being on boarded -
closedDtStamp(optional):
string(date)
-
closedStat(optional):
string
Maximum Length:
1
-
customerId:
string
Pattern:
[0-9a-zA-Z]{1,20}
-
customerName:
string
Maximum Length:
105
-
isAutoAuth(optional):
string
Maximum Length:
1
Y for autoauth. Used for LM Consumer -
isForgotten(optional):
string
Maximum Length:
1
-
isProspect(optional):
string
Maximum Length:
1
-
parentCustomerId(optional):
string
Maximum Length:
20
-
sourceSystem(optional):
string
Maximum Length:
35
-
sourceSystemCustNo(optional):
string
Maximum Length:
50
-
topMostCustomerId(optional):
string
Represents the top most customer in the hierarchy
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error