POST dz_api/Customer/Export

导出客户列表

Request Information

URI Parameters

None.

Body Parameters

查询条件

CustomerSearchConditions
NameDescriptionTypeAdditional information
Conditions

CustomerSearchConditions

None.

Ids

Collection of integer

None.

ServiceType

服务类别(0代表全部)

ServiceTypeEnums

None.

CustId

下拉框中选中的客户

integer

None.

CustIds

客户ID数组(此项根据“ServiceType”获取)

Collection of integer

None.

SelectCustIds

客户ID数组(此项由前端页面设置,用于打印或导出)

Collection of integer

None.

Keyword

客户编码或名称关键字

string

None.

DateStart

新增日期起

date

None.

DateEnd

新增日期至

date

None.

Location

所在地

integer

None.

TaxBureau

主管税务机关

string

None.

TaxType

纳税性质

TaxTypeEnums

None.

LevelId

客户等级

integer

None.

SourceId

客户来源

integer

None.

Clerk

业务员

integer

None.

Tags

客户标签

Collection of integer

None.

PageSize

页面大小

integer

None.

PageIndex

页码

integer

None.

OrderBy

排序字段

string

None.

OrderAs

升序/降序(asc:升序,desc:降序)

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

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.