检索公海线索
None.
Name | Description | Type | Additional information |
---|---|---|---|
CreatedDateStart |
录入时间起 |
date |
None. |
CreatedDateEnd |
录入之间至 |
date |
None. |
PageIndex |
页码 |
integer |
None. |
PageSize |
页面大小 |
integer |
None. |
NoPaged |
不要分页 |
boolean |
None. |
{ "CreatedDateStart": "2025-04-04T07:28:11.6569857+08:00", "CreatedDateEnd": "2025-04-04T07:28:11.6569857+08:00", "PageIndex": 1, "PageSize": 2, "NoPaged": true }
<SearchSeasClueConditions 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">1</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.CRM">2</PageSize> <CreatedDateEnd>2025-04-04T07:28:11.6569857+08:00</CreatedDateEnd> <CreatedDateStart>2025-04-04T07:28:11.6569857+08:00</CreatedDateStart> </SearchSeasClueConditions>
Sample not available.
检索公海线索
PagedListOfSeasClueListModelName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of SeasClueListModel |
None. |
|
Total | integer |
None. |
{ "Items": [ { "CustId": 1, "CompanyName": "sample string 2", "Contract": "sample string 3", "Phone": "sample string 4", "Email": "sample string 5", "FoundDate": "sample string 6", "RegCapital": "sample string 7", "CreatedDate": "sample string 8" }, { "CustId": 1, "CompanyName": "sample string 2", "Contract": "sample string 3", "Phone": "sample string 4", "Email": "sample string 5", "FoundDate": "sample string 6", "RegCapital": "sample string 7", "CreatedDate": "sample string 8" } ], "Total": 1 }
<PagedListOfSeasClueListModelyy02hPDa 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:SeasClueListModel> <d2p1:CompanyName>sample string 2</d2p1:CompanyName> <d2p1:Contract>sample string 3</d2p1:Contract> <d2p1:CreatedDate>sample string 8</d2p1:CreatedDate> <d2p1:CustId>1</d2p1:CustId> <d2p1:Email>sample string 5</d2p1:Email> <d2p1:FoundDate>sample string 6</d2p1:FoundDate> <d2p1:Phone>sample string 4</d2p1:Phone> <d2p1:RegCapital>sample string 7</d2p1:RegCapital> </d2p1:SeasClueListModel> <d2p1:SeasClueListModel> <d2p1:CompanyName>sample string 2</d2p1:CompanyName> <d2p1:Contract>sample string 3</d2p1:Contract> <d2p1:CreatedDate>sample string 8</d2p1:CreatedDate> <d2p1:CustId>1</d2p1:CustId> <d2p1:Email>sample string 5</d2p1:Email> <d2p1:FoundDate>sample string 6</d2p1:FoundDate> <d2p1:Phone>sample string 4</d2p1:Phone> <d2p1:RegCapital>sample string 7</d2p1:RegCapital> </d2p1:SeasClueListModel> </Items> <Total>1</Total> </PagedListOfSeasClueListModelyy02hPDa>