POST dz_api/LineCust/Search

搜索已经获取到的客户信息

Request Information

URI Parameters

None.

Body Parameters

SearchNmyCustConditions
NameDescriptionTypeAdditional information
PageIndex

页码

integer

None.

PageSize

页面大小

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageIndex": 1,
  "PageSize": 2
}

application/xml, text/xml

Sample:
<SearchNmyCustConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.CRM.Clue">
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
</SearchNmyCustConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

搜索已经获取到的客户信息

PagedListOfLineCustListModel
NameDescriptionTypeAdditional information
Items

Collection of LineCustListModel

None.

Total

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "CompanyId": "sample string 1",
      "CompanyName": "sample string 2",
      "LegalPerson": "sample string 3",
      "LicenseNo": "sample string 4",
      "RegCapital": "sample string 5",
      "FoundDate": "sample string 6",
      "GetTime": "sample string 7"
    },
    {
      "CompanyId": "sample string 1",
      "CompanyName": "sample string 2",
      "LegalPerson": "sample string 3",
      "LicenseNo": "sample string 4",
      "RegCapital": "sample string 5",
      "FoundDate": "sample string 6",
      "GetTime": "sample string 7"
    }
  ],
  "Total": 1
}

application/xml, text/xml

Sample:
<PagedListOfLineCustListModelyy02hPDa 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:LineCustListModel>
      <d2p1:CompanyId>sample string 1</d2p1:CompanyId>
      <d2p1:CompanyName>sample string 2</d2p1:CompanyName>
      <d2p1:FoundDate>sample string 6</d2p1:FoundDate>
      <d2p1:GetTime>sample string 7</d2p1:GetTime>
      <d2p1:LegalPerson>sample string 3</d2p1:LegalPerson>
      <d2p1:LicenseNo>sample string 4</d2p1:LicenseNo>
      <d2p1:RegCapital>sample string 5</d2p1:RegCapital>
    </d2p1:LineCustListModel>
    <d2p1:LineCustListModel>
      <d2p1:CompanyId>sample string 1</d2p1:CompanyId>
      <d2p1:CompanyName>sample string 2</d2p1:CompanyName>
      <d2p1:FoundDate>sample string 6</d2p1:FoundDate>
      <d2p1:GetTime>sample string 7</d2p1:GetTime>
      <d2p1:LegalPerson>sample string 3</d2p1:LegalPerson>
      <d2p1:LicenseNo>sample string 4</d2p1:LicenseNo>
      <d2p1:RegCapital>sample string 5</d2p1:RegCapital>
    </d2p1:LineCustListModel>
  </Items>
  <Total>1</Total>
</PagedListOfLineCustListModelyy02hPDa>