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:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

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-30T02:27:50.2229267+08:00</RecordTime>
    <RecorderName>sample string 3</RecorderName>
    <RecorderUserId>4</RecorderUserId>
  </ClientTrackLogDto>
  <ClientTrackLogDto>
    <Id>1</Id>
    <Log>sample string 5</Log>
    <RecordTime>2024-04-30T02:27:50.2229267+08:00</RecordTime>
    <RecorderName>sample string 3</RecorderName>
    <RecorderUserId>4</RecorderUserId>
  </ClientTrackLogDto>
</ArrayOfClientTrackLogDto>