Pull Customer API by Date Range
The Pull Customer API will help you in getting the list of existing customer in the Kapture Database for the given date range.
Pull Customer.
Authentication:
Basic <Your Token>Request Body
Name
Mandatory
Type
Description
{
"cm_id": 1000298,
"isAllCustomerPage": false, //Accepts boolean value [true/false], get configuration
and search based on all customer page search criteria
"name": "",
"phone": "",
"email": "",
"designationType": "",
"customer_id": "",
"customerCode": "",
"zoneIdStr": "",
"zone_id": 0, //When zoneIdStr value is empty, this will be
checked
"assignedToId": 0,
"assignedToIdStr": "", //When assignedToId value is empty, this will be
checked
"isOrganisation": true, //Accepts boolean value [true/false]
"isIndividual": "true", //Accepts boolean value [true/false], condition is
checked only when isOrganisation value is false
"isChannelPartner": "", //Accepts boolean value [true/false], condition is
checked only when isIndividual value is false
"createStartDate": "2024-05-01", //Date format - [yyyy-mm-dd]
"createEndDate": "2024-05-02", //Date format - [yyyy-mm-dd]
"primarySourceId": 0,
"secondarySourceId": 0,
"tertiarySourceId": 0,
"attr1": "",
"attr2": "",
"attr3": "",
"attr4": "",
"attr5": "",
"attr6": "",
"attr7": "",
"attr8": "",
"attr9": "",
"attr10": "",
"attr11": "",
"attr12": "",
"attr13": "",
"attr14": "",
"attr15": "",
"limit": "", //Default limit is 100 to display records
"offset": "" // To skip a certain number of rows in the result set of a query
}Response Body
Response
Response Messages
Error Codes
Error Codes
Description
Example of a working curl
Last updated