52.调拨单新增并审核(gy.erp.stock.transfer.add)

马浩栋发表于:2019年01月28日 17:56:53更新于:2019年02月13日 14:12:53

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

warehouse_in_code

string

调入仓库代码


warehouse_out_code

string

调出仓库代码


order_type

string

单据类型代码


note

string

备注


operator

string

操作人


detailList

item[]

商品列表


item:

字段名

类型

描述

必填

备注

item_code

string

商品代码


sku_code

string

规格代码


qty

string

数量


note

string

备注


Json请求示例:

{
    "appkey": "112194",
    "sessionkey": "754a424bb6874a1fb8a7371f05e83974",
    "method": "gy.erp.stock.transfer.add",
    "warehouse_in_code": "ck02",
    "warehouse_out_code": "ck01",
    "order_type": "001",
    "detail_list": [{
        "item_code": "HKF01080-M",
        "sku_code": "1234441231",
        "qty": "3",
        "note": "百度外卖调拨"
    }, {
        "item_code": "HKF01080-M",
        "sku_code": "123444444444441231",
        "qty": 7,
        "note": "sku note"
    }],
    "sign": "A326F308355F79365319234D0F9FF24C"
}

1.3    响应参数

字段名

类型

描述

必填

备注

success

boolean

成功与否



errorDesc

string

错误信息



subErrorCode

string




errorDesc

string




subErrorDesc

string




requestMethod

string




code

string

单据编号