{
"query_date": "1986-12-06",
"departmentIdList": [
"53"
],
"salesIdList": [
9
]
}
curl --location --request POST '/api/v3/qw_insight/showOverviewByRangeV1' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"query_date": "1986-12-06",
"departmentIdList": [
"53"
],
"salesIdList": [
9
]
}'
{
"code": 0,
"message": "string",
"data": [
{
"userid": 0,
"departmentid": "string",
"departmentName": "string",
"newContactCnt": 0,
"negativeFeedbackCnt": 0,
"removeClientNum": 0,
"overallCustomerCnt": 0,
"transferNum": 0,
"qwUserId": "string",
"qwName": "string"
}
]
}