GET api/customerintentionfollowsmini?id={id}
客户资源的跟进情况详情
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfCustomerIntentionFollowDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| data | CustomerIntentionFollowDetail |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"id": "sample string 1",
"name": "sample string 2",
"status": 3,
"buybaoname": "sample string 4",
"buynum": 5,
"paymoney": 6.0,
"addnum": 7,
"nextcontacttime": "2025/12/26 05:29:25",
"memo": "sample string 8",
"addtime": "2025/12/26 05:29:25",
"istovobao": 9,
"dealresult": "sample string 10",
"dealmemo": "sample string 11",
"listfile": [
{
"ID": 1,
"TpName": "录音",
"Tp": 2,
"FileUrl": "sample string 3"
},
{
"ID": 1,
"TpName": "录音",
"Tp": 2,
"FileUrl": "sample string 3"
}
]
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.