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

一、说明

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

二、参数说明

1、请求方式

请求方式 POST
接口地址 http://服务器IP或机器名或域名/WMS/API/SYS/BatchQueryDeliveryOrder
格式 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-17", //开始日期,必填
    "end_date":"2024-4-22", //结束日期,必填
    "start_warehouse_code":"", //开始仓库代号
    "end_warehouse_code":"", //结束仓库代号
    "page_number":"1"//查询第几页,必填
    "limit":"3" //每页列示笔数,必填
}

四、返回JSON范例

{
    "code": 0,
    "message": "",
    "page_number": 1,
    "limit": 3,
    "total_page": 2,
    "total": 5,
    "details": [
        {
            "delivery_order": {
                "oth_task_id": "DF86E674-716C-4DEF-9E60-8A5E3512F878",
                "ref_id": "SUNLIKE",
                "delivery_order_date": "2024-04-19T00:00:00",
                "request_id": "CK",
                "request_code": "CK44190002",
                "warehouse_code": "D",
                "owner_code": "OWNER",
                "generate_id": "",
                "order_type": "01",
                "schedule_date": "2024-04-19T00:00:00",
                "department": "00000000",
                "bill_type": "",
                "cus_no": "C01",
                "cus_name": "客户一",
                "operator_code": "ADMIN",
                "operate_time": "2024-04-19T17:51:37",
                "last_modified_date": null,
                "waiting_notice": "",
                "area_sh": "",
                "est_dh_dd": null,
                "logistics_code": "",
                "logistics_name": "",
                "name": "",
                "zip_code": "",
                "mobile": "",
                "country_code": null,
                "area": null,
                "detail_address": "",
                "remark": ">>由SUNLIKE系统生成",
                "closing_mark_bc": true,
                "closing_mark_pk": false,
                "closing_mark_ck": false,
                "dispatch_status": "",
                "picker": "",
                "priority": 0,
                "total_order_lines": 1,
                "extend_props": {}
            },
            "order_lines": [
                {
                    "item_code": "448",
                    "item_name": "448货品",
                    "sku_property": "",
                    "batch_code": "",
                    "qty": 4000.0,
                    "qty1": 0.0,
                    "qty_rtn": 0.0,
                    "qty1_rtn": 0.0,
                    "qty_bc": 4000.0,
                    "qty1_bc": 0.0,
                    "qty_ck": 0.0,
                    "qty1_ck": 0.0,
                    "qty_pk": 0.0,
                    "qty1_pk": 0.0,
                    "qty_jt": 0.0,
                    "qty1_jt": 0.0,
                    "qty_xr": 0.0,
                    "qty1_xr": 0.0,
                    "rem": "",
                    "request_id": "CK",
                    "request_code": "CK44190002",
                    "request_itm": "1",
                    "source_bilid": "SO",
                    "source_bilno": "SO44190002",
                    "source_bilitm": "1",
                    "extend_props": {}
                }
            ]
        },
        {
            "delivery_order": {
                "oth_task_id": "8443D0A3-99C1-4938-AD5E-126CFDD018E7",
                "ref_id": "SUNLIKE",
                "delivery_order_date": "2024-04-19T00:00:00",
                "request_id": "CK",
                "request_code": "CK44190001",
                "warehouse_code": "000",
                "owner_code": "OWNER",
                "generate_id": "",
                "order_type": "01",
                "schedule_date": "2024-04-19T00:00:00",
                "department": "00000000",
                "bill_type": "",
                "cus_no": "C01",
                "cus_name": "客户一",
                "operator_code": "ADMIN",
                "operate_time": "2024-04-19T10:42:41",
                "last_modified_date": null,
                "waiting_notice": "",
                "area_sh": "",
                "est_dh_dd": null,
                "logistics_code": "",
                "logistics_name": "",
                "name": "",
                "zip_code": "",
                "mobile": "",
                "country_code": null,
                "area": null,
                "detail_address": "",
                "remark": ">>由SUNLIKE系统生成",
                "closing_mark_bc": false,
                "closing_mark_pk": true,
                "closing_mark_ck": true,
                "dispatch_status": "",
                "picker": "",
                "priority": 0,
                "total_order_lines": 1,
                "extend_props": {}
            },
            "order_lines": [
                {
                    "item_code": "013",
                    "item_name": "序列号货品一",
                    "sku_property": "",
                    "batch_code": "",
                    "qty": 1.0,
                    "qty1": 0.0,
                    "qty_rtn": 0.0,
                    "qty1_rtn": 0.0,
                    "qty_bc": 0.0,
                    "qty1_bc": 0.0,
                    "qty_ck": 1.0,
                    "qty1_ck": 0.0,
                    "qty_pk": 1.0,
                    "qty1_pk": 0.0,
                    "qty_jt": 0.0,
                    "qty1_jt": 0.0,
                    "qty_xr": 0.0,
                    "qty1_xr": 0.0,
                    "rem": "",
                    "request_id": "CK",
                    "request_code": "CK44190001",
                    "request_itm": "1",
                    "source_bilid": "SO",
                    "source_bilno": "SO44190001",
                    "source_bilitm": "1",
                    "extend_props": {}
                }
            ]
        },
        {
            "delivery_order": {
                "oth_task_id": "17906616-07F2-44A4-823C-003993DEB362",
                "ref_id": "SUNLIKE",
                "delivery_order_date": "2024-04-22T00:00:00",
                "request_id": "CK",
                "request_code": "CK44220002",
                "warehouse_code": "D",
                "owner_code": "OWNER",
                "generate_id": "",
                "order_type": "01",
                "schedule_date": "2024-04-22T00:00:00",
                "department": "00000000",
                "bill_type": "",
                "cus_no": "C01",
                "cus_name": "客户一",
                "operator_code": "ADMIN",
                "operate_time": "2024-04-22T11:07:03",
                "last_modified_date": null,
                "waiting_notice": "",
                "area_sh": "",
                "est_dh_dd": null,
                "logistics_code": "",
                "logistics_name": "",
                "name": "",
                "zip_code": "",
                "mobile": "",
                "country_code": null,
                "area": null,
                "detail_address": "",
                "remark": ">>由SUNLIKE系统生成",
                "closing_mark_bc": true,
                "closing_mark_pk": true,
                "closing_mark_ck": true,
                "dispatch_status": "",
                "picker": "",
                "priority": 0,
                "total_order_lines": 1,
                "extend_props": {}
            },
            "order_lines": [
                {
                    "item_code": "050",
                    "item_name": "橙色羊毛线",
                    "sku_property": "",
                    "batch_code": "",
                    "qty": 1.0,
                    "qty1": 10.0,
                    "qty_rtn": 0.0,
                    "qty1_rtn": 0.0,
                    "qty_bc": 1.0,
                    "qty1_bc": 10.0,
                    "qty_ck": 1.0,
                    "qty1_ck": 10.0,
                    "qty_pk": 1.0,
                    "qty1_pk": 10.0,
                    "qty_jt": 0.0,
                    "qty1_jt": 0.0,
                    "qty_xr": 0.0,
                    "qty1_xr": 0.0,
                    "rem": "",
                    "request_id": "CK",
                    "request_code": "CK44220002",
                    "request_itm": "1",
                    "source_bilid": "SO",
                    "source_bilno": "SO44220002",
                    "source_bilitm": "1",
                    "extend_props": {}
                }
            ]
        }
    ]
}