POST api/customerintentionfollows/{id}/main
更新资源跟进情况
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body 请求体 参数
UpdateIntentionFollowDto| Name | Description | Type | Additional information |
|---|---|---|---|
| buybaoname | string |
None. |
|
| buynum | integer |
None. |
|
| paymoney | decimal number |
None. |
|
| addnum | integer |
None. |
|
| nextcontacttime | date |
None. |
|
| currentcontacttime | date |
None. |
|
| memo | string |
None. |
|
| status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"buybaoname": "sample string 1",
"buynum": 2,
"paymoney": 3.0,
"addnum": 4,
"nextcontacttime": "2025/12/26 05:31:14",
"currentcontacttime": "2025/12/26 05:31:14",
"memo": "sample string 5",
"status": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.