POST dz_api/SeasClue/Search

检索公海线索

Request Information

URI Parameters

None.

Body Parameters

SearchSeasClueConditions
NameDescriptionTypeAdditional information
CreatedDateStart

录入时间起

date

None.

CreatedDateEnd

录入之间至

date

None.

PageIndex

页码

integer

None.

PageSize

页面大小

integer

None.

NoPaged

不要分页

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CreatedDateStart": "2024-04-29T01:35:54.0325712+08:00",
  "CreatedDateEnd": "2024-04-29T01:35:54.0325712+08:00",
  "PageIndex": 1,
  "PageSize": 2,
  "NoPaged": true
}

application/xml, text/xml

Sample:
<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>2024-04-29T01:35:54.0325712+08:00</CreatedDateEnd>
  <CreatedDateStart>2024-04-29T01:35:54.0325712+08:00</CreatedDateStart>
</SearchSeasClueConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

检索公海线索

PagedListOfSeasClueListModel
NameDescriptionTypeAdditional information
Items

Collection of SeasClueListModel

None.

Total

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "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
}

application/xml, text/xml

Sample:
<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>