POST api/customerappintentionfollows/{backlogId}
添加资源跟进情况
请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
backlogId |
待办id,如果是资源则传0 |
integer |
Required |
Body 请求体 参数
InsertIntentionFollowDtoName | Description | Type | Additional information |
---|---|---|---|
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:
{ "customerid": 1, "intentionid": 2, "intentiondealingid": 3, "buybaoname": "sample string 4", "buynum": 5, "paymoney": 6.0, "addnum": 7, "nextcontacttime": "2025/04/04 11:56:40", "currentcontacttime": "2025/04/04 11:56:40", "memo": "sample string 8", "status": 9 }
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiMsgName | 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.