{
"userType": 0,
"targetGradeNumber":"MBPZ2507140912PJBHH",
"salesGoals":[
{
"monthNo":2,
"salesVolume":3,
"paymentMoney":1,
"coverCount":9,
"backVisitCount":8,
"visitCount":7,
"clueCount":6,
"filingCount":5,
"implantCount":3,
"sampleCount":4
}
]
}curl --location 'https://crm-dev.e-lansen.com/api/system/salesGoalConfig/add-or-edit' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"userType": 0,
"targetGradeNumber":"MBPZ2507140912PJBHH",
"salesGoals":[
{
"monthNo":2,
"salesVolume":3,
"paymentMoney":1,
"coverCount":9,
"backVisitCount":8,
"visitCount":7,
"clueCount":6,
"filingCount":5,
"implantCount":3,
"sampleCount":4
}
]
}'{}