GET api/historycustomertaskdatil/{fid}?bid={bid}&page={page}&pagesize={pagesize}
获取代办事项详情
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| fid | integer |
Required |
|
| bid | integer |
Required |
|
| page | integer |
Default value is 1 |
|
| pagesize | integer |
Default value is 20 |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfTaskDatil| Name | Description | Type | Additional information |
|---|---|---|---|
| data | TaskDatil |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"id": 1,
"tasktitle": "sample string 2",
"taskcont": "sample string 3",
"memo": "sample string 4",
"name": "sample string 5",
"tel": "sample string 6",
"taskAdress": "sample string 7",
"bdate": "2025/12/26 05:31:17",
"edate": "2025/12/26 05:31:17",
"status": 10,
"statusname": "sample string 11",
"buybaoname": "sample string 12",
"buynum": 13,
"paymoney": 14.0,
"addnum": 15,
"currentcontacktime": "2025/12/26 05:31:17",
"nextcontacttime": "2025/12/26 05:31:17",
"followmemo": "sample string 18",
"isremind": 19,
"remindtype": 20
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.