- 系统功能
- 工程数据
- 车间管理
- 普通生产
- 委外管理
- 销售管理
- 非标生产
- 费用收入单
- 费用支出单
- 费用申请单
- 差旅申请单
- 项目计划
- 进度填报单
- 备品备件领用单
- 工单填报单
- 基础资料查询
- 售后管理
- 项目立项
- 非标制造统计查询接口POST
- 售后统计查询接口POST
- 单据反审核操作POST
- 人力资源
- wms
- 采购管理
- 检斤管理
- 委外工序计划单
- KIS升级
- 工作流
- CRM客户管理
- 首页
- SRM管理
- 基础资料
- 轻MES
- 质量管理
备品备件领用列表
POST
/mxoc_0001_mxoc_pq/backup_query
请求参数
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 参数text/plain
示例
示例值:{
"search": "",
"unpage": "",
"pageSize": "10",
"pageIndex": "1",
"id":"",
"userId":"17349178237",
"status":[]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/mxoc_0001_mxoc_pq/backup_query?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: text/plain' \
--data-raw '{
"search": "",
"unpage": "",
"pageSize": "10",
"pageIndex": "1",
"id":"",
"userId":"17349178237",
"status":[]
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"success": true,
"reachPlugin": true,
"data": {
"totalpage": 1,
"curpagesize": 6,
"count": 6,
"pagesize": 10,
"page": 1,
"rows": [
{
"billstatus": "C",
"material_entity": [
{
"mxoc_picker_name": "张亚楠",
"id": "1616715300546395136",
"mxoc_picker_number": "ZY00364",
"mxoc_picker_id": "1615869513507556352"
}
],
"billdate": "2023-02-09 00:00:00",
"id": "1616715300546394112",
"mxoc_billtype": "0",
"billno": "BJLL-20230209-0001"
},
{
"billstatus": "C",
"material_entity": [
{
"mxoc_picker_name": "张亚楠",
"id": "1615937954616719360",
"mxoc_picker_number": "ZY00364",
"mxoc_picker_id": "1615869513507556352"
}
],
"billdate": "2023-02-08 00:00:00",
"id": "1615937954616720384",
"mxoc_billtype": "0",
"billno": "BJLL-20230208-0010"
},
{
"billstatus": "C",
"material_entity": [
{
"mxoc_picker_name": "张亚楠",
"id": "1616020149041739776",
"mxoc_picker_number": "ZY00364",
"mxoc_picker_id": "1615869513507556352"
}
],
"billdate": "2023-02-08 00:00:00",
"id": "1616018393322866688",
"mxoc_billtype": "",
"billno": "BJLL-20230208-0005"
},
{
"billstatus": "Z",
"material_entity": [
{
"mxoc_picker_name": "张亚楠",
"id": "1615998448811653120",
"mxoc_picker_number": "ZY00364",
"mxoc_picker_id": "1615869513507556352"
}
],
"billdate": "2023-02-08 00:00:00",
"id": "1615998448811654144",
"mxoc_billtype": "0",
"billno": "BJLL-20230208-0004"
},
{
"billstatus": "C",
"material_entity": [
{
"mxoc_picker_name": "张亚楠",
"id": "1615979369350675456",
"mxoc_picker_number": "ZY00364",
"mxoc_picker_id": "1615869513507556352"
}
],
"billdate": "2023-02-08 00:00:00",
"id": "1615979369350674432",
"mxoc_billtype": "0",
"billno": "BJLL-20230208-0002"
},
{
"billstatus": "Z",
"material_entity": [
{
"mxoc_picker_name": "张亚楠",
"id": "1615962825287546880",
"mxoc_picker_number": "ZY00364",
"mxoc_picker_id": "1615869513507556352"
}
],
"billdate": "2023-02-08 00:00:00",
"id": "1615962825287547904",
"mxoc_billtype": "0",
"billno": "BJLL-20230208-0001"
}
]
},
"errorCode": "success"
}
🟢200异常示例