40.采购订单新增(gy.erp.purchase.add)

马浩栋发表于:2019年01月28日 17:46:08更新于:2019年01月30日 10:40:37

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

warehouse_code

string

仓库代码


supplier_code

string

供应商代码


order_type

string

单据类型代码


plan_date

datetime

预计到货时间


note

string

备注


detail_list

item[]

采购明细


item:

字段名

类型

描述

必填

备注

barcode

string

商品条码


qty

string

数量


price

string

实际进价


note

string

备注


Json请求示例:

{
    "appkey": "112194",
    "sessionkey": "754a424bb6874a1fb8a7371f05e83974",
    "method": "gy.erp.purchase.add",
    "warehouse_code": "ck01",
    "supplier_code": "limiren",
    "note": "Auto",
    "detail_list": [{
        "item_code": "E110061A",
        "sku_code": "6941573742055",
        "qty": 10,
        "price": 50
    }],
    "sign": "FE809638E368A27F46CFC1373BA0BA90"
}

1.3    响应参数

字段名

类型

描述

必填

备注

success

boolean

成功与否



errorCode

string

错误代码



subErrorCode

string

子错误代码



errorDesc

string

错误描述



subErrorDesc

string

子错误描述



requestMethod

string

请求方法



code

string

单据编号