POST dz_api/ClueAnalysis/Export

导出优质线索信息

Request Information

URI Parameters

None.

Body Parameters

AnalysisClueConditions
NameDescriptionTypeAdditional information
DateStart

线索添加日期起

date

None.

DateEnd

线索添加日期至

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DateStart": "2024-04-29T01:19:31.837491+08:00",
  "DateEnd": "2024-04-29T01:19:31.837491+08:00"
}

application/xml, text/xml

Sample:
<AnalysisClueConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.CRM.Clue">
  <DateEnd>2024-04-29T01:19:31.837491+08:00</DateEnd>
  <DateStart>2024-04-29T01:19:31.837491+08:00</DateStart>
</AnalysisClueConditions>

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.