POST api/ExportFirstCampMateriaInfoByUserField

导出产品首营(根据用户字典)

Request Information

URI Parameters

None.

Body Parameters

FirstCampMaterialQueryParams
NameDescriptionTypeAdditional information
Keyword

搜索关键字

string

None.

SearchType

搜索状态:0:模糊搜索,1:高级搜索

integer

None.

SearchColumn

需搜索字段,当为高级搜索时可用

string

None.

ApproveState

审批状态:-1:全部, 0:待发起,1:审核中,2:已通过, :3:已驳回,4:已禁用

integer

None.

MaterialSearchType

产品检索类别,0:全部,1:药品 2:医疗器械

integer

None.

SearchTypeState

0:产品首营 1:产品首营列表

integer

None.

RegisterNo

注册证号

string

None.

DINum

DI码

string

None.

ApplyDateStart

申请开始日期

date

None.

ApplyDateEnd

申请结束日期

date

None.

MaterialName

物料名称

string

None.

NickName

物料简称

string

None.

BrandName

品牌

string

None.

InvTypeName

物料分类

string

None.

MaterialTypeName

物料类型

string

None.

ProductFactory

生产厂家

string

None.

ProductLicenseNo

生产企业许可证号

string

None.

InvCode

物料编号(规则待定)

string

None.

Specification

规格/型号

string

None.

StockUnitN

英文单位

string

None.

StorageConditionName

存储条件

string

None.

StorageNo

存货代码(新增)

string

None.

SourceAreaName

原产地

string

None.

ManuPartNum

原厂编号

string

None.

ShelfLifeType

有效期状态:0 长期有效,1 年,2 月,3 日(新增)

integer

None.

ShelfLifeNum

有效期状态数值(新增)

integer

None.

ShelfLifeNums

integer

None.

DepartNames

部门名称(新增)

string

None.

ApplyUserName

申请人(新增)

string

None.

Tax

税率

decimal number

None.

StockCode

物料默认仓库

string

None.

FieldStr

人员字段显示字符串

string

None.

SelectIDList

选中IDX

Collection of integer

None.

PageIndex

当前页

integer

None.

PageSize

每页显示

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Keyword": "sample string 1",
  "SearchType": 2,
  "SearchColumn": "sample string 3",
  "ApproveState": 4,
  "MaterialSearchType": 5,
  "SearchTypeState": 6,
  "RegisterNo": "sample string 7",
  "DINum": "sample string 8",
  "ApplyDateStart": "2026-04-05 22:38:05",
  "ApplyDateEnd": "2026-04-05 22:38:05",
  "MaterialName": "sample string 11",
  "NickName": "sample string 12",
  "BrandName": "sample string 13",
  "InvTypeName": "sample string 14",
  "MaterialTypeName": "sample string 15",
  "ProductFactory": "sample string 16",
  "ProductLicenseNo": "sample string 17",
  "InvCode": "sample string 18",
  "Specification": "sample string 19",
  "StockUnitN": "sample string 20",
  "StorageConditionName": "sample string 21",
  "StorageNo": "sample string 22",
  "SourceAreaName": "sample string 23",
  "ManuPartNum": "sample string 24",
  "ShelfLifeType": 25,
  "ShelfLifeNum": 26,
  "ShelfLifeNums": 27,
  "DepartNames": "sample string 28",
  "ApplyUserName": "sample string 29",
  "Tax": 1.0,
  "StockCode": "sample string 30",
  "FieldStr": "sample string 31",
  "SelectIDList": [
    1,
    2
  ],
  "PageIndex": 32,
  "PageSize": 33
}

application/xml, text/xml

Sample:
<FirstCampMaterialQueryParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Web.API.Models">
  <PageIndex>32</PageIndex>
  <PageSize>33</PageSize>
  <ApplyDateEnd>2026-04-05T22:38:05.639401+08:00</ApplyDateEnd>
  <ApplyDateStart>2026-04-05T22:38:05.639401+08:00</ApplyDateStart>
  <ApplyUserName>sample string 29</ApplyUserName>
  <ApproveState>4</ApproveState>
  <BrandName>sample string 13</BrandName>
  <DINum>sample string 8</DINum>
  <DepartNames>sample string 28</DepartNames>
  <FieldStr>sample string 31</FieldStr>
  <InvCode>sample string 18</InvCode>
  <InvTypeName>sample string 14</InvTypeName>
  <Keyword>sample string 1</Keyword>
  <ManuPartNum>sample string 24</ManuPartNum>
  <MaterialName>sample string 11</MaterialName>
  <MaterialSearchType>5</MaterialSearchType>
  <MaterialTypeName>sample string 15</MaterialTypeName>
  <NickName>sample string 12</NickName>
  <ProductFactory>sample string 16</ProductFactory>
  <ProductLicenseNo>sample string 17</ProductLicenseNo>
  <RegisterNo>sample string 7</RegisterNo>
  <SearchColumn>sample string 3</SearchColumn>
  <SearchType>2</SearchType>
  <SearchTypeState>6</SearchTypeState>
  <SelectIDList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SelectIDList>
  <ShelfLifeNum>26</ShelfLifeNum>
  <ShelfLifeNums>27</ShelfLifeNums>
  <ShelfLifeType>25</ShelfLifeType>
  <SourceAreaName>sample string 23</SourceAreaName>
  <Specification>sample string 19</Specification>
  <StockCode>sample string 30</StockCode>
  <StockUnitN>sample string 20</StockUnitN>
  <StorageConditionName>sample string 21</StorageConditionName>
  <StorageNo>sample string 22</StorageNo>
  <Tax>1</Tax>
</FirstCampMaterialQueryParams>

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:38:05",
  "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:38:05.639401+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>