POST dz_api/QualityClue/Export

导出优质线索信息

Request Information

URI Parameters

None.

Body Parameters

SearchQualityClueConditions
NameDescriptionTypeAdditional information
CustIds

前端勾选的记录(导出时使用)

Collection of integer

None.

Keyword

关键字

string

None.

DateStart

录入时间起

date

None.

DateEnd

录入时间至

date

None.

PageIndex

页码

integer

None.

PageSize

页面大小

integer

None.

NoPaged

不要分页

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CustIds": [
    1,
    2
  ],
  "Keyword": "sample string 1",
  "DateStart": "2024-04-29T01:36:50.0147498+08:00",
  "DateEnd": "2024-04-29T01:36:50.0147498+08:00",
  "PageIndex": 4,
  "PageSize": 5,
  "NoPaged": true
}

application/xml, text/xml

Sample:
<SearchQualityClueConditions 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>
  <CustIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CustIds>
  <DateEnd>2024-04-29T01:36:50.0147498+08:00</DateEnd>
  <DateStart>2024-04-29T01:36:50.0147498+08:00</DateStart>
  <Keyword>sample string 1</Keyword>
</SearchQualityClueConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

导出优质线索信息

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.