# basicmaterial.getList获取基础物料

# 详细描述

获取指定条件下的基础物料列表

# 应用级参数

参数名称 是否必须 类型 描述
material_bn String 基础物料编号
page_no String 页码
page_size String 每页数量

# 返回结果

#####XML数据,例:

<response>
    <lists>
        <material_name><![CDATA[b002]]></material_name>
        <material_bn><![CDATA[b002]]></material_bn>
        <visibled>1</visibled>
        <serial_number><![CDATA[false]]></serial_number>
        <type>1</type>
        <cost>50.000</cost>
        <retail_price>100.000</retail_price>
        <weight>5.000</weight>
        <unit><![CDATA[包]]></unit>
        <barcode><![CDATA[b002]]></barcode>
        <material_name><![CDATA[b001]]></material_name>
    </lists>
    <count>76</count>
</response>

#####json数据,例: 失败样式:

{
    response":{
        "lists":{
        "92":{"material_name":"b002","material_bn":"b002","visibled":"1","serial_number":"false","type":"1","cost":"50.000","retail_price":"100.000","weight":"5.000","unit":"包","barcode":"b002"}
        "count":76
    }

}
最后更新: 11/24/2015, 3:02:37 PM