POST api/ExportFirstCampCompanyInfo

导出客商首营列表

Request Information

URI Parameters

None.

Body Parameters

FirstCampCompanyListParams
NameDescriptionTypeAdditional information
Status

状态 1:编辑中 2:审核中 3:已通过 -1:已驳回

integer

None.

CompanyName

公司名称

string

None.

CompanyType

公司类型 1-我的客户;2-我的供应商;4-既是客户,又是供应商

integer

None.

CompanyNo

公司编号(系统生成)

string

None.

CreditCode

社会统一信用代码

string

None.

ContactName

联系人

string

None.

ContactTel

联系方式

string

None.

ApplyDepartment

申请部门

string

None.

ApplyUser

申请人

string

None.

ApplyDateBegin

申请日期

date

None.

ApplyDateEnd

申请日期结束

date

None.

KeyWords

关键词

string

None.

PageIndex

页码

integer

None.

PageSize

条数

integer

None.

CompanyAbbreviation

公司简称

string

None.

AuthorizedPerson

被授权人

string

None.

PaymentCollectionDays

回款账期(天)

string

None.

PayType

付款方式

string

None.

TaxRate

开票税率

decimal number

None.

Street

街道

string

None.

Remark

备注

string

None.

FieldStr

人员字段显示字符串

string

None.

SelectIDList

选中IDX

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "CompanyName": "sample string 2",
  "CompanyType": 3,
  "CompanyNo": "sample string 4",
  "CreditCode": "sample string 5",
  "ContactName": "sample string 6",
  "ContactTel": "sample string 7",
  "ApplyDepartment": "sample string 8",
  "ApplyUser": "sample string 9",
  "ApplyDateBegin": "2026-04-05 22:36:08",
  "ApplyDateEnd": "2026-04-05 22:36:08",
  "KeyWords": "sample string 10",
  "PageIndex": 11,
  "PageSize": 12,
  "CompanyAbbreviation": "sample string 13",
  "AuthorizedPerson": "sample string 14",
  "PaymentCollectionDays": "sample string 15",
  "PayType": "sample string 16",
  "TaxRate": 17.0,
  "Street": "sample string 18",
  "Remark": "sample string 19",
  "FieldStr": "sample string 20",
  "SelectIDList": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<FirstCampCompanyListParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Web.API.Models">
  <ApplyDateBegin>2026-04-05T22:36:08.190645+08:00</ApplyDateBegin>
  <ApplyDateEnd>2026-04-05T22:36:08.190645+08:00</ApplyDateEnd>
  <ApplyDepartment>sample string 8</ApplyDepartment>
  <ApplyUser>sample string 9</ApplyUser>
  <AuthorizedPerson>sample string 14</AuthorizedPerson>
  <CompanyAbbreviation>sample string 13</CompanyAbbreviation>
  <CompanyName>sample string 2</CompanyName>
  <CompanyNo>sample string 4</CompanyNo>
  <CompanyType>3</CompanyType>
  <ContactName>sample string 6</ContactName>
  <ContactTel>sample string 7</ContactTel>
  <CreditCode>sample string 5</CreditCode>
  <FieldStr>sample string 20</FieldStr>
  <KeyWords>sample string 10</KeyWords>
  <PageIndex>11</PageIndex>
  <PageSize>12</PageSize>
  <PayType>sample string 16</PayType>
  <PaymentCollectionDays>sample string 15</PaymentCollectionDays>
  <Remark>sample string 19</Remark>
  <SelectIDList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SelectIDList>
  <Status>1</Status>
  <Street>sample string 18</Street>
  <TaxRate>17</TaxRate>
</FirstCampCompanyListParams>

Response Information

Resource Description

导出客商首营列表

ApiRet
NameDescriptionTypeAdditional information
RetCode

状态码

string

None.

RetMsg

状态描述

string

None.

Message

数据实体

Object

None.

Total

查询结果所有页的总条数

integer

None.

TotalPage

总页数

integer

None.

Redirect

需重定向的地址

string

None.

FieldStr

列表字段管理

Object

None.

CurrentTime

当前时间

date

None.

IDX

主键

integer

None.

DelFlag

删除标识 0未删除 1:已删除

integer

None.

PageIndex

列表请求参数

integer

None.

PageSize

列表请求参数

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "RetCode": "sample string 1",
  "RetMsg": "sample string 2",
  "Message": {},
  "Total": 4,
  "TotalPage": 5,
  "Redirect": "sample string 6",
  "FieldStr": {},
  "CurrentTime": "2026-04-05 22:36:08",
  "IDX": 9,
  "DelFlag": 10,
  "PageIndex": 11,
  "PageSize": 12
}

application/xml, text/xml

Sample:
<ApiRet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Models.Common">
  <_x003C_DelFlag_x003E_k__BackingField>10</_x003C_DelFlag_x003E_k__BackingField>
  <_x003C_IDX_x003E_k__BackingField>9</_x003C_IDX_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField>11</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>12</_x003C_PageSize_x003E_k__BackingField>
  <CurrentTime>2026-04-05T22:36:08.190645+08:00</CurrentTime>
  <FieldStr />
  <Message />
  <Redirect>sample string 6</Redirect>
  <RetCode>sample string 1</RetCode>
  <RetMsg>sample string 2</RetMsg>
  <Total>4</Total>
  <TotalPage>5</TotalPage>
</ApiRet>