GET api/customerintentionfollows/{id}

客户资源的跟进情况详情

请求信息

URI 参数

NameDescriptionTypeAdditional information
id

integer

Required

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfCustomerIntentionFollowDetail
NameDescriptionTypeAdditional 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": "2024/10/19 08:44:04",
    "memo": "sample string 8",
    "addtime": "2024/10/19 08:44:04",
    "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.