Authorization: Bearer ********************
{
"program_id": "4b67c764-afb3-4570-ac21-025ea3255b6e",
"primary_mobile": "8439598391",
"partner_ref_id": "asd",
"applicants": [
{
"applicant_type": "business",
"is_primary": true,
"is_authorized_signatory": false,
"business_type": "Proprietorship",
"tags": [],
"name": "Business Name",
"pan_no": "JUVPK1179B",
"primary_mobile": "7714044531",
"addresses": [
{
"tags": [
"current",
"registered"
],
"address_line": "Shop No. 75-78",
"pincode": "151203",
"locality": "Faridkot",
"city": "Faridkot",
"state": "Punjab"
}
],
"banks": [
{
"account_type": "current",
"account_no": "",
"account_holder_name": "D K KRISHI SEWA KENDRA CHAND 2021-22",
"ifsc": "CBIN0281814",
"is_verified": false,
"tags": []
}
]
},
{
"applicant_type": "person",
"is_primary": false,
"is_authorized_signatory": true,
"tags": [],
"name": "Dharmendra",
"primary_email": "222@gmail.com",
"addresses": [
{
"tags": [
"current",
"permanent"
],
"address_line": "Shop No. 75-78",
"pincode": "151203",
"locality": "Faridkot",
"city": "Faridkot",
"state": "Punjab"
}
],
"banks": [
{
"account_type": "current",
"account_no": "",
"account_holder_name": "D K KRISHI SEWA KENDRA CHAND 2021-22",
"ifsc": "CBIN0281814",
"is_verified": false,
"tags": []
}
]
}
]
}
curl --location --request POST 'https://preprod.api.crego.io/v1/crm/leads/' \
--header 'Content-Type: application/json' \
--data-raw '{
"program_id": "4b67c764-afb3-4570-ac21-025ea3255b6e",
"primary_mobile": "8439598391",
"partner_ref_id": "asd",
"applicants": [
{
"applicant_type": "business",
"is_primary": true,
"is_authorized_signatory": false,
"business_type": "Proprietorship",
"tags": [],
"name": "Business Name",
"pan_no": "JUVPK1179B",
"primary_mobile": "7714044531",
"addresses": [
{
"tags": [
"current",
"registered"
],
"address_line": "Shop No. 75-78",
"pincode": "151203",
"locality": "Faridkot",
"city": "Faridkot",
"state": "Punjab"
}
],
"banks": [
{
"account_type": "current",
"account_no": "",
"account_holder_name": "D K KRISHI SEWA KENDRA CHAND 2021-22",
"ifsc": "CBIN0281814",
"is_verified": false,
"tags": []
}
]
},
{
"applicant_type": "person",
"is_primary": false,
"is_authorized_signatory": true,
"tags": [],
"name": "Dharmendra",
"primary_email": "222@gmail.com",
"addresses": [
{
"tags": [
"current",
"permanent"
],
"address_line": "Shop No. 75-78",
"pincode": "151203",
"locality": "Faridkot",
"city": "Faridkot",
"state": "Punjab"
}
],
"banks": [
{
"account_type": "current",
"account_no": "",
"account_holder_name": "D K KRISHI SEWA KENDRA CHAND 2021-22",
"ifsc": "CBIN0281814",
"is_verified": false,
"tags": []
}
]
}
]
}'
{}