API中心

  1. 基本档案
  2. 货位档案
返回

货位档案新增

接口所在U8C版本:U8 cloud3.2以及更高版本
详细描述:用于货位档案新增
API视频讲解API详情补丁列表常见问题参考
接口地址
请求方式
请求参数header
请求参数body
返回类型参数
代码示例
请求参数示例
正确返回示例
错误返回示例
接口地址:http://ip:port/u8cloud/api/uapbd/bdcargdoc/save

参数填写指南

请求方式:POST

请求参数(header):

参数填写指南
参数名必填描述默认值
Content-Type请求体数据类型application/json
usercode用户
password密码
trantype翻译类型,按编码为code,不需要翻译为pkcode
system系统参数
uniquekey幂等唯一key

请求参数(body):

全量参数最简参数
参数名类型是否数组必填描述默认值示例值
billvo
csattrstring货位属性0-固定货位, 1-变动货位 (默认 1)
cscodestring货位号
csnamestring货位名称
endflagstring是否末级默认为false
inprioritystring入库优先级默认为0
ischeckedstring是否检验区货位默认为false
isrmplacestring是否在途货位默认为false
memostring备注
outprioritystring出库优先级默认为0
pk_corpstring公司
pk_psndocstring保管员
pk_stordocstring仓库档案
sealflagstring封存标志默认为false
volumestring货位容积默认为0.00000000

返回类型参数:

参数名类型是否数组必填描述默认值
billvo货位档案实体_返回
codelevstring编码级次
csattrstring货位属性
cscodestring货位号
csnamestring货位名称
endflagstring末级标志
inprioritystring入库优先级
ischeckedstring是否检验区货位
isrmplacestring是否在途货位
memostring备注
outprioritystring出库优先级
pk_cargdocstring货位档案主键
pk_corpstring公司主键
pk_psndocstring保管员
pk_stordocstring仓库档案主键
psncodestring保管员编码
psnnamestring保管员名称
sealflagstring封存标志
storcodestring仓库档案编码
stornamestring仓库档案名称
unitcodestring公司编码
unitnamestring公司名称
volumestring货位容积

请求参数示例:

最简参数

复制代码

{"billvo":[{"pk_stordoc":"APITest01-01","pk_corp":"3401","cscode":"01010103","csname":"01区01排01层03格"}]}

正确返回示例:

最简参数

复制代码

{"status":"success","data":"[{\"pk_cargdoc\":\"1015A210000000001QJ6\",\"pk_stordoc\":\"1015A210000000001QIA\",\"storcode\":\"APITest01-01\",\"storname\":\"API库存组织01仓\",\"cscode\":\"01010103\",\"csname\":\"01区01排01层03格\",\"csattr\":\"1\",\"sealflag\":false,\"volume\":\"0.00000000\",\"codelev\":\"4\",\"endflag\":true,\"isrmplace\":false,\"outpriority\":\"0\",\"inpriority\":\"0\",\"ischecked\":false,\"pk_corp\":\"1015\",\"unitcode\":\"3401\",\"unitname\":\"hjx建设银行有限公司\"}]","taskNumber":"202309070017"}

错误返回示例:

复制代码

暂无数据