获取移除线索分页数据
None.
Name | Description | Type | Additional information |
---|---|---|---|
Keyword |
关键字 |
string |
None. |
RemoveDateStart |
移除时间起 |
date |
None. |
RemoveDateEnd |
移除时间至 |
date |
None. |
DateStart |
录入时间起 |
date |
None. |
DateEnd |
录入时间至 |
date |
None. |
Operator |
移除人(EmployeeId) |
integer |
None. |
OperatorUserSn |
移除人(UserSn) |
integer |
None. |
PageIndex |
页码 |
integer |
None. |
PageSize |
页面大小 |
integer |
None. |
NoPaged |
不要分页 |
boolean |
None. |
{ "Keyword": "sample string 1", "RemoveDateStart": "2025-04-04T10:19:31.5725934+08:00", "RemoveDateEnd": "2025-04-04T10:19:31.5725934+08:00", "DateStart": "2025-04-04T10:19:31.5725934+08:00", "DateEnd": "2025-04-04T10:19:31.5725934+08:00", "Operator": 2, "OperatorUserSn": 3, "PageIndex": 4, "PageSize": 5, "NoPaged": true }
<SearchRemoveClueConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.CRM.Clue"> <NoPaged xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.CRM">true</NoPaged> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.CRM">4</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.CRM">5</PageSize> <DateEnd>2025-04-04T10:19:31.5725934+08:00</DateEnd> <DateStart>2025-04-04T10:19:31.5725934+08:00</DateStart> <Keyword>sample string 1</Keyword> <Operator>2</Operator> <OperatorUserSn>3</OperatorUserSn> <RemoveDateEnd>2025-04-04T10:19:31.5725934+08:00</RemoveDateEnd> <RemoveDateStart>2025-04-04T10:19:31.5725934+08:00</RemoveDateStart> </SearchRemoveClueConditions>
Sample not available.
获取移除线索分页数据
PagedListOfRemoveClueListModelName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of RemoveClueListModel |
None. |
|
Total | integer |
None. |
{ "Items": [ { "CustId": 1, "CompanyName": "sample string 2", "Contract": "sample string 3", "Contracts": "sample string 4", "AreaName": "sample string 5", "Operator": "sample string 6", "Reason": "sample string 7", "RemoveTime": "sample string 8", "CreatedTime": "sample string 9" }, { "CustId": 1, "CompanyName": "sample string 2", "Contract": "sample string 3", "Contracts": "sample string 4", "AreaName": "sample string 5", "Operator": "sample string 6", "Reason": "sample string 7", "RemoveTime": "sample string 8", "CreatedTime": "sample string 9" } ], "Total": 1 }
<PagedListOfRemoveClueListModelyy02hPDa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model"> <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.CRM.Models"> <d2p1:RemoveClueListModel> <d2p1:AreaName>sample string 5</d2p1:AreaName> <d2p1:CompanyName>sample string 2</d2p1:CompanyName> <d2p1:Contract>sample string 3</d2p1:Contract> <d2p1:Contracts>sample string 4</d2p1:Contracts> <d2p1:CreatedTime>sample string 9</d2p1:CreatedTime> <d2p1:CustId>1</d2p1:CustId> <d2p1:Operator>sample string 6</d2p1:Operator> <d2p1:Reason>sample string 7</d2p1:Reason> <d2p1:RemoveTime>sample string 8</d2p1:RemoveTime> </d2p1:RemoveClueListModel> <d2p1:RemoveClueListModel> <d2p1:AreaName>sample string 5</d2p1:AreaName> <d2p1:CompanyName>sample string 2</d2p1:CompanyName> <d2p1:Contract>sample string 3</d2p1:Contract> <d2p1:Contracts>sample string 4</d2p1:Contracts> <d2p1:CreatedTime>sample string 9</d2p1:CreatedTime> <d2p1:CustId>1</d2p1:CustId> <d2p1:Operator>sample string 6</d2p1:Operator> <d2p1:Reason>sample string 7</d2p1:Reason> <d2p1:RemoveTime>sample string 8</d2p1:RemoveTime> </d2p1:RemoveClueListModel> </Items> <Total>1</Total> </PagedListOfRemoveClueListModelyy02hPDa>