[
{
"goalYear": "2024",
"departId":248,
"salesVolume":234,
"grossProfit":100,
"grossProfitRate":12,
"cost":10,
"averageProfit":15,
"newCustomerCount":9,
"visitCount":10,
"storeCount":21,
"roadshowCount":22,
"inspectCount":33,
"planCount":44,
"projectCount":27,
"conversionCount":12
}
]curl --location --request POST 'https://crm-dev.e-lansen.com/api/sales/tobDepartGoal/insertBatch?goalType=1' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"goalYear": "2024",
"departId":248,
"salesVolume":234,
"grossProfit":100,
"grossProfitRate":12,
"cost":10,
"averageProfit":15,
"newCustomerCount":9,
"visitCount":10,
"storeCount":21,
"roadshowCount":22,
"inspectCount":33,
"planCount":44,
"projectCount":27,
"conversionCount":12
}
]'{
"data": null,
"code": 0,
"msg": "string",
"desc": null
}