Add Customer API
The Add Customer API will help you in creating/adding customer in the Kapture Database.
Add Customer.
Authentication:
Basic <Your Token>Request Body
Name
Mandatory
Type
Description
{
"customer_info": {
"customer_name": "ABC",
"phone": "9380491387",
"email_id": "",
"locality": "",
"city": "",
"state": "",
"country": "India",
"address": "jalsa",
"type": "",
"classification": "",
"pincode": "",
"customer_code": "",
"customer_id": "",
"customer_assign_emp_name": "",
"customer_assign_emp_code": "",
"customer_assign_emp_email": "",
"zone": "",
"customer_remarks": "",
"individual": false,
"organization": true,
"channel_partner": false,
"remarks": "testing",
"primary_source": "",
"secondary_source": "",
"tertiary_source": "",
"additional_fields": {},
"associate_fields": {},
"update": false
},
"contact_info": [
{
"contact_id": "",
"title": "no",
"first_name": "Sashankk",
"last_name": "Goenkaaa",
"contact_person_name": "",
"country_code": "",
"contact_person_phone": "9380491387",
"contact_person_email": "",
"additional_contact_phone": "",
"dob": "",
"gender": "Male",
"update": false,
"matchEmailPhone": false
}
],
"enquiry_info": {
"enquiry_id": "",
"assign_emp_name": "",
"assign_emp_code": "",
"assign_emp_email": "",
"round_robin_key": "",
"next_follow_up_date": "",
"action": "",
"subStatus": "",
"additional_fields": {},
"associate_fields": {},
"update": false,
"remarks": "testing"
}
}Response Body
Response
Response Messages
Error Codes
Error Codes
Description
Example of a working curl
Last updated