searchCustomer
POST
/api/v0/customer/searchRequest
Unique account number for the customer
Name of the agent assigned to the customer
Current balance amount for the customer
Unique identifier for the company
Contact number of the customer
Name of the person who created the record
Start date for the creation date range filter
End date for the creation date range filter
List of customer IDs
Status of the customer
Start value for the Days Sales Outstanding (DSO) range
End value for the Days Sales Outstanding (DSO) range
IFSC code for the customer's bank
Legal name of the customer
Level of the customer
Name of the person who last modified the record
Date and time when the record was last modified
PAN or GSTIN of the customer
Unique identifier for the parent company
Flag to select all customers
Unique reference number for the customer
{
"accountNumber": "string",
"assignedAgent": "string",
"balanceAmount": 0,
"companyId": "string",
"contactNumber": "string",
"createdByName": "string",
"createdOnFrom": "2019-08-24T14:15:22.123Z",
"createdOnTo": "2019-08-24T14:15:22.123Z",
"customerIds": [
"string"
],
"customerStatus": "ACTIVE",
"dsoFrom": 0,
"dsoTo": 0,
"ifsc": "string",
"legalName": "string",
"level": "LEVEL_1",
"modifiedByName": "string",
"modifiedOn": "2019-08-24T14:15:22.123Z",
"panOrGstin": "string",
"parentCompanyId": "string",
"selectAll": true,
"uniqueRefNo": "string"
}