【批次查询入库通知单】接口

一、说明

主要给予第三方系统,通过调用AI-WMS PLUS的【批次查询入库通知单】接口,将在AI-WMS PLUS系统生成的【入库通知单】信息批次查询出来。

二、参数说明

1、请求方式

请求方式 POST
接口地址 http://服务器IP或机器名或域名/WMS/API/SYS/BatchQueryEntryOrder
格式 JSON
编码类型 UTF-8

2、header参数

KEY VALUE
Content-Type application/json
Authorization token值 说明:授权接口所获取的值

3、请求参数

字段 字段名 字段类型 长度 必填 说明
owner_code 货主编码 String 20 不启用货主功能时,默认为OWNER,启用货主后,根据实际的货主编码
bill_date_type 单据日期类型 String 100

1.单据日期、2.输单日期、3.最近修改日期、4.预入库日/预出库日;

若填写的值非2、3或4,则都当成1

start_date 开始日期 DateTime    搭配【单据日期类型】使用,单据开始日期
end_date 结束日期 DateTime   搭配【单据日期类型】使用,单据结束日期
start_warehouse_code 开始仓库代号 String  30   开始仓库代号
end_warehouse_code 结束仓库代号 String  30   结束仓库代号
page_number 查询第几页 int   查询第几页
limit 每页列示笔数 int   每页列示笔数

4、返回参数

  字段 字段名 字段类型 长度 说明
code 成功标识 string 10 返回0则表示成功,其他则为失败
message 返回信息 string 200  
page_number 当前页数 int 100  
limit 每页列示笔数 int    
total_page 总页数 int    
total 总笔数 int    
details 返回入库通知单明细 string    

三、请求JSON范例

{
    "owner_code":"OWNER", //货主编码,必填,不启用货主功能时,默认为OWNER,启用货主后,填写实际的货主编码
    "bill_date_type":"1", //单据日期类型:必填,1.单据日期、2.输单日期、3.最近修改日期、4.预入库日/预出库日,若填写的值非2、3或4,则都当成1
    "start_date":"2024-4-21", //开始日期,必填
    "end_date":"2024-4-22", //结束日期,必填
    "start_warehouse_code":"", //开始仓库代号
    "end_warehouse_code":"", //结束仓库代号
    "page_number":"2"//查询第几页,必填
    "limit":"5" //每页列示笔数,必填
}

四、返回JSON范例

{
    "code": 0,
    "message": "",
    "page_number": 2,
    "limit": 5,
    "total_page": 2,
    "total": 8,
    "details": [
        {
            "entry_order": {
                "oth_task_id": "5A597FFD-352C-454C-BA2F-6AC567B58CED",
                "ref_id": "SUNLIKE",
                "entry_order_date": "2024-04-22T00:00:00",
                "request_id": "TP",
                "request_code": "TP44220003",
                "warehouse_code": "000",
                "owner_code": "OWNER",
                "generate_id": "",
                "order_type": "04",
                "expect_start_time": "2024-04-22T00:00:00",
                "department": "00000000",
                "bill_type": "",
                "supplier_code": "",
                "supplier_name": "",
                "operate_time": "2024-04-22T14:17:18",
                "operator_code": "ADMIN",
                "last_modified_date": null,
                "remark": ">>由SUNLIKE系统生成",
                "closing_mark": true,
                "total_order_lines": 1,
                "extend_props": {}
            },
            "order_lines": [
                {
                    "item_code": "050",
                    "item_name": "橙色羊毛线",
                    "sku_property": "",
                    "batch_code": "",
                    "valid_date": null,
                    "qty": 65.0,
                    "qty1": 650.0,
                    "qty_rk": 65.0,
                    "qty1_rk": 650.0,
                    "rem": "",
                    "request_id": "TP",
                    "request_code": "TP44220003",
                    "request_itm": "1",
                    "source_bilid": "MO",
                    "source_bilno": "MO44220001",
                    "source_bilitm": "1",
                    "extend_props": {}
                }
            ]
        },
        {
            "entry_order": {
                "oth_task_id": "71391A84-6168-447E-AF4B-3019BE1498EA",
                "ref_id": "SUNLIKE",
                "entry_order_date": "2024-04-22T00:00:00",
                "request_id": "TR",
                "request_code": "TR44220001",
                "warehouse_code": "000",
                "owner_code": "OWNER",
                "generate_id": "",
                "order_type": "04",
                "expect_start_time": "2024-04-22T00:00:00",
                "department": "006",
                "bill_type": "",
                "supplier_code": "",
                "supplier_name": "",
                "operate_time": "2024-04-22T14:16:00",
                "operator_code": "ADMIN",
                "last_modified_date": null,
                "remark": ">>由SUNLIKE系统生成",
                "closing_mark": true,
                "total_order_lines": 1,
                "extend_props": {}
            },
            "order_lines": [
                {
                    "item_code": "050",
                    "item_name": "橙色羊毛线",
                    "sku_property": "",
                    "batch_code": "",
                    "valid_date": null,
                    "qty": 20.0,
                    "qty1": 200.0,
                    "qty_rk": 20.0,
                    "qty1_rk": 200.0,
                    "rem": "",
                    "request_id": "TR",
                    "request_code": "TR44220001",
                    "request_itm": "0",
                    "source_bilid": "MO",
                    "source_bilno": "MO44220001",
                    "source_bilitm": "0",
                    "extend_props": {}
                }
            ]
        },
        {
            "entry_order": {
                "oth_task_id": "BCB31DBD-7E5A-4066-8C26-7ED9CBA2CAD9",
                "ref_id": "SUNLIKE",
                "entry_order_date": "2024-04-22T00:00:00",
                "request_id": "TP",
                "request_code": "TP44220001",
                "warehouse_code": "000",
                "owner_code": "OWNER",
                "generate_id": "",
                "order_type": "04",
                "expect_start_time": "2024-04-22T00:00:00",
                "department": "00000000",
                "bill_type": "",
                "supplier_code": "",
                "supplier_name": "",
                "operate_time": "2024-04-22T14:12:09",
                "operator_code": "ADMIN",
                "last_modified_date": null,
                "remark": ">>由SUNLIKE系统生成",
                "closing_mark": true,
                "total_order_lines": 1,
                "extend_props": {}
            },
            "order_lines": [
                {
                    "item_code": "050",
                    "item_name": "橙色羊毛线",
                    "sku_property": "",
                    "batch_code": "",
                    "valid_date": null,
                    "qty": 15.0,
                    "qty1": 150.0,
                    "qty_rk": 15.0,
                    "qty1_rk": 150.0,
                    "rem": "",
                    "request_id": "TP",
                    "request_code": "TP44220001",
                    "request_itm": "1",
                    "source_bilid": "MO",
                    "source_bilno": "MO44220001",
                    "source_bilitm": "1",
                    "extend_props": {}
                }
            ]
        }
    ]
}