47.采购退货单新增并审核(gy.erp.purchase.return.add)

马浩栋发表于:2019年01月28日 17:53:49更新于:2019年02月13日 11:27:34

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

warehouse_code

string

仓库代码


supplier_code

string

供应商代码


type_code

string

单据类型代码


ex_cost

double

其他费用


note

string

备注


detail_list

item[]

商品列表


item:

字段名

类型

描述

必填

备注

location_code

string

库位代码

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

item_code

string

商品代码


sku_code

string

商品规格代码


qty

string

数量


price

string

实际进价


note

string

备注


Json请求示例:

{
    "appkey": "112194",
    "sessionkey": "754a424bb6874a1fb8a7371f05e83974",
    "method": "gy.erp.purchase.return.add",
    "warehouse_code": "ck01",
    "supplier_code": "001",
    "type_code": "001",
    "ex_cost": "70",
    "note": "test..",
    "detail_list": [{
        "item_code": "CN0110082",
        "sku_code": "6941573700093",
        "qty": "1",
        "price": "500",
        "note": "test item..."
    }],
    "sign": "A37560B32F875A8FCEF1DBC20EAE8754"
}

1.3    响应参数

字段名

类型

描述

必填

备注

success

boolean

成功与否



errorCode

string

错误代码



subErrorCode

string

子错误代码



errorDesc

string

错误描述



subErrorDesc

string

子错误描述



requestMethod

string

请求方法



code

string

单据编号