{
"trafficType": "1",
"startPlace": "深圳",
"tripList": [
{
"startDate": "2026-01-22",
"endDate": "2026-01-23",
"startPlace":"深圳",
"tripPlace":"广州",
"tripReason":"陪客户洗脚",
"customerNumber":"KH22080418243YY2S",
"relateNumber":"XGF2208041824YK7LY",
"customerName":"广州市欧派卫浴有限公司",
"currentPlanId":"426571"
},
{
"startDate": "2026-01-24",
"endDate": "2026-01-26",
"startPlace":"广州",
"tripPlace":"北京",
"tripReason":"我要去洗澡",
"customerNumber":"KH2304262208945XV",
"relateNumber":"XGF2505280812FTDGZ",
"customerName":"西门子(中国)有限公司",
"currentPlanId":"426572"
}
]
}curl --location --request GET 'https://crm-dev.e-lansen.com/api/sales/trip/delete?number=CCBM2601271711SNGYK' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"trafficType": "1",
"startPlace": "深圳",
"tripList": [
{
"startDate": "2026-01-22",
"endDate": "2026-01-23",
"startPlace":"深圳",
"tripPlace":"广州",
"tripReason":"陪客户洗脚",
"customerNumber":"KH22080418243YY2S",
"relateNumber":"XGF2208041824YK7LY",
"customerName":"广州市欧派卫浴有限公司",
"currentPlanId":"426571"
},
{
"startDate": "2026-01-24",
"endDate": "2026-01-26",
"startPlace":"广州",
"tripPlace":"北京",
"tripReason":"我要去洗澡",
"customerNumber":"KH2304262208945XV",
"relateNumber":"XGF2505280812FTDGZ",
"customerName":"西门子(中国)有限公司",
"currentPlanId":"426572"
}
]
}'{
"data": [
{
"year": "string",
"relatedCount": 0,
"followRelatedCount": 0,
"clueCount": 0,
"projectCount": 0,
"convertCount": 0,
"convertRepeatCount": 0,
"clueRate": null,
"amount": 0,
"costAmount": 0,
"projectRate": null,
"convertRate": null,
"convertRepeatRate": null,
"customerType": null,
"grossProfitRate": 0,
"averageAmount": 0
}
],
"code": 0,
"msg": "string",
"desc": null
}