[
{
"goalYear": "2024",
"customerNumber":"KH2207251758XFUV7",
"salesVolume":234,
"grossProfitRate":100,
"paymentAmount":10,
"wallboardAmount":15,
"partsAmount":9,
"floorAmount":10,
"accessoryAmount":21,
"furnitureAmount":22,
"otherAmount":33,
"visitCount":10,
"storeCount":21,
"roadshowCount":22,
"inspectCount":33,
"planCount":44
}
]curl --location --request POST 'https://crm-dev.e-lansen.com/api/sales/tobCustomerGoal/insertBatch?goalType=1' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"goalYear": "2024",
"customerNumber":"KH2207251758XFUV7",
"salesVolume":234,
"grossProfitRate":100,
"paymentAmount":10,
"wallboardAmount":15,
"partsAmount":9,
"floorAmount":10,
"accessoryAmount":21,
"furnitureAmount":22,
"otherAmount":33,
"visitCount":10,
"storeCount":21,
"roadshowCount":22,
"inspectCount":33,
"planCount":44
}
]'{
"data": null,
"code": 0,
"msg": "string",
"desc": null
}