{
"data": [
{
"name": "string",
"email": "string",
"site_url": "string",
"tel": "string",
"phone": "string",
"address": "string",
"remark": "string",
"next_time": "string",
"is_deal": true,
"lng": 0,
"lat": 0,
"customer_source_id": 0,
"customer_grade_id": 0,
"industry": "string",
"owner_user_id": 0
}
]
}
curl --location --request POST 'https://app.jkcrm.vip/api/v1/customers/batch' \
--header 'token;' \
--header 'lang;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"name": "string",
"email": "string",
"site_url": "string",
"tel": "string",
"phone": "string",
"address": "string",
"remark": "string",
"next_time": "string",
"is_deal": true,
"lng": 0,
"lat": 0,
"customer_source_id": 0,
"customer_grade_id": 0,
"industry": "string",
"owner_user_id": 0
}
]
}'
{}