GET api/FangYuan/GetClientTrackLogs?clientId={clientId}
获取跟进日志
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
客户标识 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取跟进日志
Collection of ClientTrackLogDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
记录标识 |
integer |
None. |
| RecordTime |
最新记录时间 |
date |
None. |
| RecorderName |
记录者姓名 |
string |
None. |
| RecorderUserId |
记录者用户标识 |
integer |
None. |
| Log |
内容 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfClientTrackLogDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.Client">
<ClientTrackLogDto>
<Id>1</Id>
<Log>sample string 5</Log>
<RecordTime>2025-12-16T15:58:06.8374069+08:00</RecordTime>
<RecorderName>sample string 3</RecorderName>
<RecorderUserId>4</RecorderUserId>
</ClientTrackLogDto>
<ClientTrackLogDto>
<Id>1</Id>
<Log>sample string 5</Log>
<RecordTime>2025-12-16T15:58:06.8374069+08:00</RecordTime>
<RecorderName>sample string 3</RecorderName>
<RecorderUserId>4</RecorderUserId>
</ClientTrackLogDto>
</ArrayOfClientTrackLogDto>