POST dz_api/FuCust/Export

导出跟进客户列表数据

Request Information

URI Parameters

None.

Body Parameters

SearchFuCustConditions
NameDescriptionTypeAdditional information
Keyword

关键字

string

None.

Salesmans

业务员

Collection of integer

None.

CustLevel

客户意愿

CustLevelEnums

None.

FDateStart

下次跟进日期起

date

None.

FDateEnd

下次跟进日期至

date

None.

RecDateStart

分配日期起

date

None.

RecDateEnd

分配日期至

date

None.

CustSource

客户来源

CustSourceEnums

None.

IncludeAll

是否包含我分管业务员的客户

boolean

None.

IsAdmin

是否是管理员或部门经理

boolean

None.

PageIndex

页码

integer

None.

PageSize

页面大小

integer

None.

NoPaged

不要分页

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Keyword": "sample string 1",
  "Salesmans": [
    1,
    2
  ],
  "CustLevel": 1010,
  "FDateStart": "2024-04-27T21:52:38.2211422+08:00",
  "FDateEnd": "2024-04-27T21:52:38.2211422+08:00",
  "RecDateStart": "2024-04-27T21:52:38.2211422+08:00",
  "RecDateEnd": "2024-04-27T21:52:38.2211422+08:00",
  "CustSource": 1010,
  "IncludeAll": true,
  "IsAdmin": true,
  "PageIndex": 4,
  "PageSize": 5,
  "NoPaged": true
}

application/xml, text/xml

Sample:
<SearchFuCustConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.CRM.Sales">
  <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>
  <CustLevel>A</CustLevel>
  <CustSource>Seas</CustSource>
  <FDateEnd>2024-04-27T21:52:38.2211422+08:00</FDateEnd>
  <FDateStart>2024-04-27T21:52:38.2211422+08:00</FDateStart>
  <IncludeAll>true</IncludeAll>
  <IsAdmin>true</IsAdmin>
  <Keyword>sample string 1</Keyword>
  <RecDateEnd>2024-04-27T21:52:38.2211422+08:00</RecDateEnd>
  <RecDateStart>2024-04-27T21:52:38.2211422+08:00</RecDateStart>
  <Salesmans xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </Salesmans>
</SearchFuCustConditions>

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.