GET api/FangYuan/GetClientInfo?clientId={clientId}
获取客户信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
客户标识 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取客户信息
ClientListItemDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
客户标识 |
integer |
None. |
| ClientName |
客户姓名 |
string |
None. |
| DemandType |
需求类型 |
HouseClientDemandType |
None. |
| DemandTypeDescription |
需求类型描述 |
string |
None. |
| ClientLevel |
客户级别 |
HouseClientLevel |
None. |
| ClientLevelDescription |
客户级别描述 |
string |
None. |
| PublicType |
客户保护级别 |
HouseClientType |
None. |
| PublicTypeDescription |
客户保护级别描述 |
string |
None. |
| RecorderUserId |
记录人用户标识 |
integer |
None. |
| RecorderUserName |
记录人用户姓名 |
string |
None. |
| RecordTime |
最新记录时间 |
date |
None. |
| Remark |
备注 |
string |
None. |
| IsRemarkEmpty |
备注是否为空 |
boolean |
None. |
| TrackLogCount |
跟进日志计数 |
integer |
None. |
| ClientGender |
客户性别 |
SexType |
None. |
| Contact |
联系方式 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ClientListItemDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.Client"> <ClientGender>Male</ClientGender> <ClientLevel>All</ClientLevel> <ClientLevelDescription>sample string 4</ClientLevelDescription> <ClientName>sample string 2</ClientName> <Contact>sample string 11</Contact> <DemandType>All</DemandType> <DemandTypeDescription>sample string 3</DemandTypeDescription> <Id>1</Id> <PublicType>Public</PublicType> <PublicTypeDescription>sample string 5</PublicTypeDescription> <RecordTime>2025-12-16T16:00:05.5543082+08:00</RecordTime> <RecorderUserId>6</RecorderUserId> <RecorderUserName>sample string 7</RecorderUserName> <Remark>sample string 9</Remark> <TrackLogCount>10</TrackLogCount> </ClientListItemDto>