9.商品停用(gy.erp.item.delete)

马浩栋发表于:2019年01月28日 17:18:26更新于:2019年01月30日 09:31:59

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

id

string

商品ID

商品ID与商品代码二者必选其一

code

string

商品代码

商品ID与商品代码二者必选其一

operater

string

操作人


Json请求示例:

{
    "appkey": "112194",
    "sessionkey": "754a424bb6874a1fb8a7371f05e83974",
    "method": "gy.erp.item.delete",
    "code": "1546996962191",
    "operater": "232323",
    "sign": "8A40FE9DECC6432DDDAD50B304FAAC10"
}

1.3    响应参数

字段名

类型

描述

必填

备注

success

boolean

成功与否



errorDesc

string

错误信息



subErrorCode

string




errorDesc

string




subErrorDesc

string




requestMethod

string




id

string

商品ID



code

string

商品代码



Json返回示例:

{
    "success": true,
    "errorCode": "",
    "subErrorCode": "",
    "errorDesc": "",
    "subErrorDesc": "",
    "requestMethod": "gy.erp.item.delete",
    "id": 103585144383,
    "code": "1546996962191"
}