文档
测试

获取仓库库位详情数据

POST
http://[域名]/warehourse/getlocationdetailinfo

接口描述

获取仓库库位详情数据

请求参数

参数名
类型
描述
必填
appid
string
系统分配给第三方的接入应用编码,示例:1234567890
必填
token
string
接入签名,示例:45879541235derderedew
必填
timestamp
string
时间戳,格式为:yyyymmddhhmmss,如:20200118122652
必填
opertoken
string
身份操作凭证
必填
locationbaseinfo
可选
locationno
string
库位编号
可选

请求数据示例

{ "appid":"1234567890", "token":"45879541235derderedew", "timestamp":"20200118122613", "opertoken":"123456", "pageindex":1, "pageeachnum":20, "locationbaseinfo":{ "locationno":"12" } }

响应参数

参数名
类型
描述
必填
errcode
string
错误代码,示例:0
必填
errmsg
string
错误信息,示例:成功
必填
locationbaseinfo
必填
locationno
string
库位编号
必填
locationname
string
库位名称
必填
warehourseno
string
仓库编号
必填
warehoursecode
string
仓库编码
必填
warehoursename
string
仓库名称
必填
createtime
string
创建时间
必填
createuser
string
创建人
必填
remarks
string
备注
必填
locationtypename
string
库位类型名称
必填
locationtypecode
string
库位类型编码
可选
statuscode
string
状态编码
必填
statusname
string
状态名称
必填
maxnumber
string
最大重量
可选
maxweight
string
最大重量,以KG为单位
可选
maxvolume
string
最大体积,以m3为单位
可选
sparepartcode
string
物料编码
可选
sparepartname
string
物料名称
可选
specifications
string
规格型号
可选

响应成功示例

{ "errcode":"0", "errmsg":"成功", "locationbaseinfo": { "locationno":"121", "locationname":"1号库位", "warehourseno":"12", "warehoursecode":"CK001", "warehoursecode":"备件仓库", "createtime":"2025-03-06 12:20:32" } }

响应失败示例

{ "errcode":"1", "errmsg":"参数无效" }