44.采购入库单新增(gy.erp.new.purchase.arrive.add)

马浩栋发表于:2019年01月28日 17:52:10更新于:2019年02月13日 11:20:06

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

purchase_code

string

采购订单号


warehouse_code

string

仓库代码


supplier_code

string

供应商代码


order_type

string

单据类型代码


ex_cost

double

其他费用


note

string

备注


wms_bizcode

string

外部系统单号

会根据此字段排重

detail_list

item[]

商品列表


 

item:

字段名

类型

描述

必填

备注

barcode

string

商品代码


qty

string

数量


price

string

实际进价


location_code

string

库位代码

启用库位库存时,此参数必填

uniqueCode

string

唯一码

若当前商品为全程唯一码的商品,此参数必填

unique_custom_attr_list

object

唯一码自定义属性列表


值键对。结构:{ "属性名1":"属性值1","属性名2":"属性值2" }

batchNumber

string

批次号

若当前商品为批次商品,此参数必填

manufacturingDate

date

生产日期

若当前商品为批次商品,此参数必填

shelfLife

int

有效期

若当前商品为批次商品,此参数必填

stockDate

date

入库日期


note

string

备注


Json请求示例:

{
    "appkey": "112194",
    "sessionkey": "754a424bb6874a1fb8a7371f05e83974",
    "method": "gy.erp.new.purchase.arrive.add",
    "warehouse_code": "ck01",
    "supplier_code": "gys01",
    "order_type": "001",
    "purchase_code": "PO56801725506",
    "ex_cost": "70",
    "note": "test..",
    "detail_list": [{
        "barcode": "456789123159",
        "qty": "10",
        "price": "50",
        "note": "test item..."
    }],
    "sign": "D6E537781AC7D74F691686041E1BB364"
}

1.3    响应参数

字段名

类型

描述

必填

备注

success

boolean

成功与否



errorCode

string

错误代码



subErrorCode

string

子错误代码



errorDesc

string

错误描述



subErrorDesc

string

子错误描述



requestMethod

string

请求方法



code

string

单据编号