库存管理类

    otherinlist/batch_get


    目录

    1.接口说明

    1.1接口描述

         获取其它入库单列表

    1.2适用版本

         支持U8V12.0 及更高版本

    2.使用场景

    库存管理

    3.接口调用说明

    3.1请求说明

    url https://api.yonyouup.com/api/otherinlist/batch_get
    格式 JSON
    https请求方式 GET


    3.2url参数说明

    参数 是否必填 类型 描述
    from_account sting 调用方id
    to_account string 提供方id
    app_key string 应用编码
    token string 全局访问唯一识别码
    ds_sequence number 数据源序号(默认取应用的第一个数据源)
    code_begin string 起始单据编号
    code_end string 结束单据编号
    date_begin string 起始制单日期
    date_end string 结束制单日期
    maker string 制单人名称关键字
    handler string 审核人关键字
    businesstype string 业务类型
    businesscode string 业务编码
    warehousecode string 仓库编码
    warehousename string 仓库名称关键字
    memory string 备注关键字
    departmentcode string 部门编码
    departmentname string 部门名称关键字
    auditdate_begin string 起始审核日期
    auditdate_end string 结束审核日期
    cvoucherstate string 状态

    3.3请求示例

    GET https://api.yonyouup.com/api/otherinlist/batch_get?from_account=openapi_dev&to_account=openapi_ent&app_key=opa6fdd4bea98b95ad7&token=26d2fc4a06844448957a7f8260f3d08b&code_begin=xxxxx&code_end=xxxxx&date_begin=xxxxx&date_end=xxxxx&maker=xxxxx&handler=xxxxx&businesstype=xxxxx&businesscode=xxxxx&warehousecode=xxxxx&warehousename=xxxxx&memory=xxxxx&departmentcode=xxxxx&departmentname=xxxxx&auditdate_begin=xxxxx&auditdate_end=xxxxx&cvoucherstate=xxxxx


    3.4返回参数说明

    参数说明 类型 参数路径 描述
    errcode string   错误码,0 为正常。
    errmsg string   错误信息。
    code string 单据编号
    date string 制单日期
    maker string 制单人名称
    handler string 审核人
    businesstype string 业务类型
    businesscode string 业务编码
    warehousecode string 仓库编码
    warehousename string 仓库名称
    memory string 备注
    receivecode string 收发类型编码
    receivename string 收发类型
    departmentcode string 部门编码
    departmentname string 部门名称
    auditdate string 审核日期
    cvoucherstate string 状态

    3.5正确返回示例

    JSON示例:

    application/json;charset=UTF-8
    {
    	"otherinlist":[
    		{
    			"departmentcode":"",
    			"warehousename":"PC原材料仓",
    			"cvoucherstate":"审核",
    			"maker":"demo3",
    			"businesstype":"其他入库",
    			"departmentname":"",
    			"code":"0000000001",
    			"date":"2014-12-03",
    			"receivename":"其他类型入库",
    			"memory":"",
    			"receivecode":"19",
    			"auditdate":"2014-12-03",
    			"warehousecode":"30",
    			"businesscode":"",
    			"handler":"demo3"
    		},
    		{
    			"departmentcode":"",
    			"warehousename":"PC原材料仓",
    			"cvoucherstate":"审核",
    			"maker":"demo3",
    			"businesstype":"其他入库",
    			"departmentname":"",
    			"code":"0000000002",
    			"date":"2014-12-03",
    			"receivename":"其他类型入库",
    			"memory":"",
    			"receivecode":"19",
    			"auditdate":"2014-12-03",
    			"warehousecode":"30",
    			"businesscode":"",
    			"handler":"demo3"
    		}
    	],
    	"page_index":"1",
    	"rows_per_page":"20",
    	"row_count":"225",
    	"errmsg":"",
    	"page_count":"12",
    	"errcode":"0"
    }
    

    3.6错误返回示例

    application/json;charset=UTF-8
    {
    	"errcode":"30021",
    	"errmsg":"此应用未上线"
    } 

    4.API测试

    API测试 SDK下载