78.商品库位关系删除(gy.erp.item.location.delete)

马浩栋发表于:2019年01月28日 18:13:39更新于:2019年02月14日 10:51:32

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

appkey

string

appkey



sessionkey

string

sessionkey



sign

string

sign



method

string

mthod


gy.erp.item.location.delete

warehouse_code

string

仓库代码



location_code

string

库位代码



barcode

string

商品条码



Json请求示例:

{
    "appkey": "180945",
    "sessionkey": "a16d39562573461487c82fb0fe4b0157",
    "method": "gy.erp.item.location.delete",
    "warehouse_code": "CKDM001",
    "location_code": "KW003",
    "barcode": "20170518010",
    "sign": "2A90A25068D9D914D4B2DB9492FAF209"
}

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.delete"
}