{
"companyId":500342314142144,
"customerId":500342314211777,
"searchKey": "探马"
}
curl --location --request POST '/api/v3/search-company-info' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId":500342314142144,
"customerId":500342314211777,
"searchKey": "探马"
}'
{
"code": 0,
"message": "success",
"data": [
{
"id": 500342314142144,
"corpName": "拼多多",
"corpShotName": "pdd",
"customerNum": 1,
"salesFollow": true,
"createTime": "2022-03-05 17:34:01",
"corpDefine": {
"单行文本": "探马",
"多行文本": "探马企服",
"数值": 100,
"日期": "2022-10-20",
"日期时间": "2022-10-20 15:44",
"单选": "男",
"多选": "唱歌,跳舞",
"多级下拉": "北京,销售部,张三"
}
}
]
}