77.商品库位关系创建(gy.erp.item.location.add)

马浩栋发表于:2019年01月28日 18:13:04更新于:2019年02月14日 10:50:19

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

appkey

string

appkey



sessionkey

string

sessionkey



sign

string

sign



method

string

mthod


gy.erp.item.location.add

warehouse_code

string

仓库代码


location_code

string

库位代码


barcode

string

商品条码


default_item_location

int

是否设置为默认库位

默认0

0:否 1:是

Json请求示例:

{
    "appkey": "112194",
    "sessionkey": "754a424bb6874a1fb8a7371f05e83974",
    "method": "gy.erp.item.location.add",
    "warehouse_code": "CK001",
    "location_code": "15054529",
    "barcode": "风味1",
    "sign": "E7F3FF8C9C3C743F9C95CE5500BFCDBA"
}

1.3    响应参数

字段名

类型

描述

必填

备注

success

boolean

是否成功



errorCode

string

错误代码



subErrorCode

string

子错误代码



errorDesc

string

错误描述



subErrorDesc

string

子错误描述



requestMethod

string

请求方法



Json返回示例:

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