Get all Valid Customer
get
/service/lmd/customer
This endpoint is used to get all the valid customer maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId(optional): string
Pattern:
[a-zA-Z0-9]{1,20} -
customerName(optional): string
-
includecloseandunauth(optional): boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
sourceSystem(optional): string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
objectDiscriminator:
resource_typeNested Schema : LmmTmCustomerDTO-allOf[1]
Type:
Show Source
object-
address(optional):
string
Maximum Length:
1000 -
bankCode(optional):
string
Maximum Length:
4 -
branchCode(optional):
string
Maximum Length:
4 -
closedDtStamp(optional):
string(date)
-
closedStat(optional):
string
-
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20} -
customerName:
string
Maximum Length:
105 -
isForgotten(optional):
string
-
parentCustomerId(optional):
string
Maximum Length:
20 -
sourceSystem(optional):
string
Maximum Length:
35 -
sourceSystemCustNo(optional):
string
Maximum Length:
50
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error