GET api/customerintentions/{id}
获得资源详情
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfCustomerIntentionDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| data | CustomerIntentionDetail |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"customerid": "sample string 1",
"intentionid": "sample string 2",
"intentiondealingid": "sample string 3",
"baoid": "sample string 4",
"baotagname": "sample string 5",
"tpname": "sample string 6",
"customername": "sample string 7",
"areaid": 8,
"areaname1": "sample string 9",
"areaname2": "sample string 10",
"areaname3": "sample string 11",
"tel": "sample string 12",
"wechat": "sample string 13",
"addtime": "2025/12/26 05:29:58",
"getflag": 15,
"rmemo": "sample string 16"
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.