4.商品品牌新增接口(gy.erp.item.brand.add)

马浩栋发表于:2019年01月28日 16:44:17更新于:2019年01月30日 09:31:15

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

code

string

商品品牌代码


name

string

商品品牌名称


note

string

备注


Json请求示例:

{
    "appkey": "112194",
    "sessionkey": "754a424bb6874a1fb8a7371f05e83974",
    "method": "gy.erp.item.brand.add",
    "code": "2121",
    "name": "2121",
    "note": "185632165adsa111",
    "sign": "122421561992521354830C88E82E6392"
}

1.3    响应参数

字段名

类型

描述

必填

备注

success

boolean

成功与否



errorCode

string

错误代码



subErrorCode

string

子错误代码



errorDesc

string

错误描述



subErrorDesc

string

子错误描述



requestMethod

string

请求方法



id

string

商品品牌ID



 Json返回示例:

{
    "success": true,
    "errorCode": "",
    "subErrorCode": "",
    "errorDesc": "",
    "subErrorDesc": "",
    "requestMethod": "gy.erp.item.brand.add",
    "id": "106859874715"
}