{
"id":26,
"goalYear": "2024",
"departId": 248,
"salesVolume": 666,
"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/update?goalType=1' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":26,
"goalYear": "2024",
"departId": 248,
"salesVolume": 666,
"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
}