POST api/customerintentionfollowsnew
添加待办 升级版
请求信息
URI 参数
None.
Body 请求体 参数
InsertIntentionFollowDtoNew| Name | Description | Type | Additional information |
|---|---|---|---|
| backlogid | integer |
None. |
|
| customerid | integer |
None. |
|
| intentionid | integer |
None. |
|
| intentiondealingid | integer |
None. |
|
| 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:
{
"backlogid": 1,
"customerid": 2,
"intentionid": 3,
"intentiondealingid": 4,
"buybaoname": "sample string 5",
"buynum": 6,
"paymoney": 7.0,
"addnum": 8,
"nextcontacttime": "2025/12/26 05:29:21",
"currentcontacttime": "2025/12/26 05:29:21",
"memo": "sample string 9",
"status": 10
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiResponseBaseOfInt64| Name | Description | Type | Additional information |
|---|---|---|---|
| data | integer |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": 1,
"code": 2,
"msg": "sample string 3"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.