79.默认库位关系设置(gy.erp.default.itemlocation.set)

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

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

appkey

string

appkey



sessionkey

string

sessionkey



sign

string

sign



method

string

mthod


gy.erp.default.itemlocation.set

warehouse_code

string

仓库代码



location_code

string

库位代码



barcode

string

商品条码



Json请求示例:

{
    "appkey": "146373",
    "sessionkey": "f1d6d15a0b8f42beada54162c03670e8",
    "method": "gy.erp.default.itemlocation.set",
    "warehouse_code": "CK003",
    "location_code": "abc123",
    "barcode": "zh001",
    "sign": "0513A1B80FDE8B2C91EC7417B6013892"
}

1.3    响应参数

字段名

类型

描述

必填

备注

success

boolean

是否成功



errorCode

string

错误代码



subErrorCode

string

子错误代码



errorDesc

string

错误描述



subErrorDesc

string

子错误描述



requestMethod

string

请求方法



success

boolean

成功与否



Json返回示例:

{
    "success": true,
    "errorCode": "",
    "subErrorCode": "",
    "errorDesc": "",
    "subErrorDesc": "",
    "requestMethod": "gy.erp.default.itemlocation.set"
}