{
"accountNumber": "string",
"assignedAgent": "string",
"balanceAmount": 0,
"companyId": "string",
"contactNumber": "string",
"createdByName": "string",
"createdOnFrom": "2019-08-24T14:15:22Z",
"createdOnTo": "2019-08-24T14:15:22Z",
"customerIds": [
"string"
],
"customerStatus": "ACTIVE",
"dsoFrom": 0,
"dsoTo": 0,
"ifsc": "string",
"legalName": "string",
"level": "LEVEL_1",
"modifiedByName": "string",
"modifiedOn": "2019-08-24T14:15:22Z",
"panOrGstin": "string",
"parentCompanyId": "string",
"selectAll": true,
"uniqueRefNo": "string"
}
curl --location --request POST '/api/v0/customer/search?direction&limit&offset&orderBy' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountNumber": "string",
"assignedAgent": "string",
"balanceAmount": 0,
"companyId": "string",
"contactNumber": "string",
"createdByName": "string",
"createdOnFrom": "2019-08-24T14:15:22Z",
"createdOnTo": "2019-08-24T14:15:22Z",
"customerIds": [
"string"
],
"customerStatus": "ACTIVE",
"dsoFrom": 0,
"dsoTo": 0,
"ifsc": "string",
"legalName": "string",
"level": "LEVEL_1",
"modifiedByName": "string",
"modifiedOn": "2019-08-24T14:15:22Z",
"panOrGstin": "string",
"parentCompanyId": "string",
"selectAll": true,
"uniqueRefNo": "string"
}'
{
"errorResponse": {
"apiSubErrors": [
{}
],
"errorMessage": "string",
"errorType": "CLIENT_REQUEST_ABORT",
"requestId": "string",
"timestamp": "yyyy-MM-dd HH:mm:ss"
},
"payload": {
"data": [
{
"accountNumber": "string",
"active": true,
"address": "string",
"assignedAgent": "string",
"bankName": "string",
"branchCodes": [
"string"
],
"companyId": "string",
"contactEmail": "string",
"contactNumber": "string",
"createdBy": "string",
"createdByName": "string",
"createdOn": "2019-08-24T14:15:22Z",
"customerId": "string",
"customerKeyContacts": [
{
"createdBy": "string",
"createdOn": "2019-08-24T14:15:22Z",
"customerId": "string",
"customerName": "string",
"deleted": "string",
"email": "string",
"keyContactPersonId": "string",
"mail_enabled": true,
"mobile": "string",
"modifiedBy": "string",
"modifiedOn": "2019-08-24T14:15:22Z",
"name": "string",
"sms_enabled": true,
"whatsapp_enabled": true
}
],
"customerLogo": "string",
"customerReminders": [
{
"customerId": "string",
"customerReminderId": "string",
"dueDateDifference": 0,
"reminderInterval": 0,
"reminderTime": "HH:mm",
"reminderType": "ONCE",
"stage": "string"
}
],
"dsoMedian": 0,
"id": 0,
"ifsc": "string",
"legalName": "string",
"modifiedBy": "string",
"modifiedByName": "string",
"modifiedOn": "2019-08-24T14:15:22Z",
"netAmount": 0,
"panOrGstin": "string",
"parentCompanyId": "string",
"parentLegalName": "string",
"pinCode": "string",
"state": "string",
"uniqueRefNo": "string",
"warnings": [
"string"
]
}
],
"recordsCount": 0
},
"response_code": 0,
"response_message": "string"
}