GET api/FangYuan/GetClientTrackLogs?clientId={clientId}

获取跟进日志

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

客户标识

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取跟进日志

Collection of ClientTrackLogDto
NameDescriptionTypeAdditional information
Id

记录标识

integer

None.

RecordTime

最新记录时间

date

None.

RecorderName

记录者姓名

string

None.

RecorderUserId

记录者用户标识

integer

None.

Log

内容

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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>2024-04-25T22:37:05.2262786+08:00</RecordTime>
    <RecorderName>sample string 3</RecorderName>
    <RecorderUserId>4</RecorderUserId>
  </ClientTrackLogDto>
  <ClientTrackLogDto>
    <Id>1</Id>
    <Log>sample string 5</Log>
    <RecordTime>2024-04-25T22:37:05.2262786+08:00</RecordTime>
    <RecorderName>sample string 3</RecorderName>
    <RecorderUserId>4</RecorderUserId>
  </ClientTrackLogDto>
</ArrayOfClientTrackLogDto>