销售管理类

    cuspricejust/batch_get


    目录

    1.接口说明

    1.1接口描述

         批量获取客户调价单

    1.2适用版本

         支持U8V12.0 及更高版本

    2.使用场景

    客户调价单查询

    3.接口调用说明

    3.1请求说明

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


    3.2url参数说明

    参数 是否必填 类型 描述
    from_account sting 调用方id
    to_account string 提供方id
    app_key string 应用编码
    token string 全局访问唯一识别码
    ds_sequence number 数据源序号(默认取应用的第一个数据源)
    ccode_begin string 起始单据号
    ccode_end string 结束单据号
    ddate_begin string 起始单据日期
    ddate_end string 结束单据日期
    cdepname string 调价部门
    cpersonname string 调价业务员关键字
    cmainmemo string 表头备注
    cmaker string 制单人关键字
    cverifier string 审核人关键字
    dverifydate string 审核日期
    drdate string 系统日期
    ccusabbname string 客户简称关键字
    cccname string 客户大类
    cinvcode string 存货编码
    cinvname string 存货名称关键字
    cinvstd string 规格型号
    ccomunitname string 计量单位
    fminquantity number 数量下限
    iinvscost number 批发价
    icusdisrate number 客户扣率
    iinvnowcost number 成交价
    iinvsalecost number 零售单价
    dstartdate date 开始日期
    denddate date 结束日期
    bsales boolean 是否促销价
    fcusminprice number 客户最低售价

    3.3请求示例

    GET https://api.yonyouup.com/api/cuspricejust/batch_get?from_account=openapi_dev&to_account=openapi_ent&app_key=opa6fdd4bea98b95ad7&token=26d2fc4a06844448957a7f8260f3d08b&ccode_begin=xxxxx&ccode_end=xxxxx&ddate_begin=xxxxx&ddate_end=xxxxx&cdepname=xxxxx&cpersonname=xxxxx&cmainmemo=xxxxx&cmaker=xxxxx&cverifier=xxxxx&dverifydate=xxxxx&drdate=xxxxx&ccusabbname=xxxxx&cccname=xxxxx&cinvcode=xxxxx&cinvname=xxxxx&cinvstd=xxxxx&ccomunitname=xxxxx&fminquantity=xxxxx&iinvscost=xxxxx&icusdisrate=xxxxx&iinvnowcost=xxxxx&iinvsalecost=xxxxx&dstartdate=xxxxx&denddate=xxxxx&bsales=xxxxx&fcusminprice=xxxxx


    3.4返回参数说明

    参数说明 类型 参数路径 描述
    errcode string   错误码,0 为正常。
    errmsg string   错误信息。
    ddate string 单据日期
    drdate string 系统日期
    ccode string 单据号
    cmaker string 制单人
    cmainmemo string 表头备注
    cverifier string 审核人
    dverifydate string 审核日期
    cpersonname string 调价业务员
    cdepname string 调价部门
    cinvcode string 存货编码
    cinvname string 存货名称
    cinvstd string 规格型号
    ccomunitname string 计量单位
    iinvscost number 批发价
    bsales boolean 是否促销价
    fminquantity number 数量下限
    fcusminprice number 客户最低售价
    iinvnowcost number 成交价
    iinvsalecost number 零售单价
    icusdisrate number 客户扣率
    dstartdate date 开始日期
    denddate date 结束日期
    ccusabbname string 客户简称
    cccname string 客户大类

    3.5正确返回示例

    JSON示例:

    application/json;charset=UTF-8
    {
    	"errcode":"0",
    	"rows_per_page":"20",
    	"page_index":"1",
    	"cuspricejust":[
    		{
    			"dverifydate":"2015-01-09",
    			"iinvnowcost":"4200.000000000",
    			"iinvsalecost":"",
    			"cinvstd":"PR2510N(OEM)",
    			"cccname":"PC机经销商",
    			"cinvname":"服务器/至强",
    			"denddate":"",
    			"cmainmemo":"",
    			"bsales":"0",
    			"cmaker":"demo",
    			"fminquantity":"0E-9",
    			"dstartdate":"2015-01-0900:00:00.0",
    			"iinvscost":"4200.000000000",
    			"ddate":"2015-01-09",
    			"drdate":"2015-01-09",
    			"cdepname":"",
    			"cverifier":"demo",
    			"ccode":"000000000001",
    			"icusdisrate":"100.000000000",
    			"cpersonname":"",
    			"ccomunitname":"PCS",
    			"fcusminprice":"",
    			"ccusabbname":"鹏程电子",
    			"cinvcode":"F010-80102251"
    		}
    	],
    	"errmsg":"",
    	"page_count":"12",
    	"row_count":"225"
    }
    

    3.6错误返回示例

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

    4.API测试

    API测试 SDK下载