- 系统功能
- 工程数据
- 车间管理
- 普通生产
- 生产订单
- 生产投料单
- 生产汇报单
- 生产入库单
- 生产领料单
- 生产补料单
- 生产退料单
- 生产退库
- 员工计件工资单
- 看板POST
- 委外管理
- 销售管理
- 非标生产
- 人力资源
- wms
- 采购管理
- 检斤管理
- 委外工序计划单
- KIS升级
- 工作流
- CRM客户管理
- 首页
- SRM管理
- 基础资料
- 轻MES
- 质量管理
批次保质期库存列表
POST
https://api.kingdee.com/jdy/inv/batch_kfperiod_inv_list
请求参数
Query 参数
access_token
string
必需
默认值:
{{access_token}}
Header 参数
groupName
string
必需
默认值:
{{groupName}}
Content-Type
string
必需
默认值:
{{Content-Type}}
accountid
string
必需
默认值:
{{accountId}}
X-GW-Router-Addr
string
必需
默认值:
{{X-GW-Router-Addr}}
Body 参数application/json
auxpropids
string
可选
spids
string
可选
stockids
string
可选
materialids
string
可选
begindate
string
可选
expiredate
string
可选
page
integer
页码 默认1
pagesize
integer
可选
示例
{
"auxpropids": "",
"spids": "",
"stockids": "",
"materialids": "",
"begindate": "",
"expiredate": "",
"page": 1,
"pagesize": 2
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.kingdee.com/jdy/inv/batch_kfperiod_inv_list?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"auxpropids": "",
"spids": "",
"stockids": "",
"materialids": "",
"begindate": "",
"expiredate": "",
"page": 1,
"pagesize": 2
}'
返回响应
🟢200成功示例
application/json
Body
success
boolean
成功状态
reachPlugin
boolean
无意义
data
object
必需
curpagesize
integer
当前页数据长度
rows
array [object {13}]
数据集合
errorCode
string
错误编码
示例
{
"success": true,
"reachPlugin": true,
"data": {
"curpagesize": 2,
"rows": [
{
"kfperiod": "0",
"batchno": "",
"kfdate": "",
"materialid": {
"number": "SP00001",
"name": "a1",
"model": "",
"id": "1297840927028554752"
},
"spid": {
"id": "0"
},
"validdate": "",
"validqty": "-1969.0000000000",
"qty": "-1969.0000000000",
"stockid": {
"number": "CKFL-00103",
"name": "材料库1",
"id": "1297856808785815552"
},
"validauxqty": "0",
"auxqty": "0",
"auxpropid": {
"id": "0"
},
"kftype": "0"
},
{
"kfperiod": "0",
"batchno": "",
"kfdate": "",
"materialid": {
"number": "SP00001",
"name": "a1",
"model": "",
"id": "1297840927028554752"
},
"spid": {
"id": "0"
},
"validdate": "",
"validqty": "0",
"qty": "0",
"stockid": {
"number": "CKFL-00102",
"name": "委外库",
"id": "1297856942189894656"
},
"validauxqty": "0",
"auxqty": "0",
"auxpropid": {
"id": "0"
},
"kftype": "0"
}
]
}
}
🟢200异常示例