POST dz_api/ClueAnalysis/Search

获取移除线索分页数据

Request Information

URI Parameters

None.

Body Parameters

SearchRemoveClueConditions
NameDescriptionTypeAdditional 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.

Request Formats

application/json, text/json

Sample:
{
  "Keyword": "sample string 1",
  "RemoveDateStart": "2024-04-28T17:53:55.9820948+08:00",
  "RemoveDateEnd": "2024-04-28T17:53:55.9820948+08:00",
  "DateStart": "2024-04-28T17:53:55.9820948+08:00",
  "DateEnd": "2024-04-28T17:53:55.9820948+08:00",
  "Operator": 2,
  "OperatorUserSn": 3,
  "PageIndex": 4,
  "PageSize": 5,
  "NoPaged": true
}

application/xml, text/xml

Sample:
<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>2024-04-28T17:53:55.9820948+08:00</DateEnd>
  <DateStart>2024-04-28T17:53:55.9820948+08:00</DateStart>
  <Keyword>sample string 1</Keyword>
  <Operator>2</Operator>
  <OperatorUserSn>3</OperatorUserSn>
  <RemoveDateEnd>2024-04-28T17:53:55.9820948+08:00</RemoveDateEnd>
  <RemoveDateStart>2024-04-28T17:53:55.9820948+08:00</RemoveDateStart>
</SearchRemoveClueConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

获取移除线索分页数据

PagedListOfRemoveClueListModel
NameDescriptionTypeAdditional information
Items

Collection of RemoveClueListModel

None.

Total

integer

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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