- j2
- 消息服务
- 通知提醒
- 消息中间件
- 系统管理
- j3
- c1
- 基础配置
- 人员配置
- c2
- c3
- 储位管理
- 库内管理
- c4
- 盘点管理
- 综合盘点
- 动碰盘点
- 盘点
- 盘点差异
- 复盘
- 盘点差异过账
- 上架调整
- 下架调整
- 动仓盘点
- 计费配置
- c5
- c7
- c8
- c6
- J5
- j4
- j8
- j1
- j7
复盘
PUT
/review/review-stt
最后修改时间:2025-03-12 13:14:18
责任人:未设置
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
id
string
唯一标识
默认值:
2c9efaca91697e98019227d531751cc2
bin_id
string
储位
默认值:
X1-1-03
tin_id
string
托盘
默认值:
2222
goods_id
string
商品编码
默认值:
20222
goods_name
string
商品名称
默认值:
zhe tang
goods_qua
string
数量
默认值:
80
goods_unit
string
单位
默认值:
**
goods_pro_date
string
生产日期
默认值:
2099-12-31
goods_batch
string
批次
默认值:
2099-12-31
stt_qua
string
盘点数量
默认值:
**
cus_name
string
货主名称
默认值:
XXXX-KH
cus
string
货主
默认值:
X00001
stt_sta
string
盘点状态
默认值:
***
create_name
string
创建人名称
默认值:
guan-li-yuan
create_date
string
创建日期
默认值:
2024-09-25 14:18:56
update_name
string
更新人名称
默认值:
guan-li-yuan
update_by
string
更新人登录名称
默认值:
admin
update_date
string
更新日期
默认值:
2024-09-27 17:37:07
create_by
string
创建人登录名称
默认值:
admin
sys_org_code
string
所属部门
默认值:
A05
sys_company_code
string
所属公司
默认值:
A05
cus_code
string
客户
默认值:
X00001
base_unit
string
基本单位
默认值:
null
base_goodscount
string
基本单位数量
默认值:
null
stt_id
string
盘点id
默认值:
2024-09-25 14:18
goods_code
string
商品统一编码
默认值:
null
stt_type
string
盘点类型
默认值:
01
dong_xian
string
动线
默认值:
null
示例
{
"id": "2c9efaca91697e98019227d531751cc2",
"bin_id": "X1-1-03",
"tin_id": "2222",
"goods_id": "20222",
"goods_name": "zhe tang",
"goods_qua": "80",
"goods_unit": "**",
"goods_pro_date": "2099-12-31",
"goods_batch": "2099-12-31",
"stt_qua": "**",
"cus_name": "XXXX-KH",
"cus": "X00001",
"stt_sta": "***",
"create_name": "guan-li-yuan",
"create_date": "2024-09-25 14:18:56",
"update_name": "guan-li-yuan",
"update_by": "admin",
"update_date": "2024-09-27 17:37:07",
"create_by": "admin",
"sys_org_code": "A05",
"sys_company_code": "A05",
"cus_code": "X00001",
"base_unit": "null",
"base_goodscount": "null",
"stt_id": "2024-09-25 14:18",
"goods_code": "null",
"stt_type": "01",
"dong_xian": "null"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT '/review/review-stt' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "2c9efaca91697e98019227d531751cc2",
"bin_id": "X1-1-03",
"tin_id": "2222",
"goods_id": "20222",
"goods_name": "zhe tang",
"goods_qua": "80",
"goods_unit": "**",
"goods_pro_date": "2099-12-31",
"goods_batch": "2099-12-31",
"stt_qua": "**",
"cus_name": "XXXX-KH",
"cus": "X00001",
"stt_sta": "***",
"create_name": "guan-li-yuan",
"create_date": "2024-09-25 14:18:56",
"update_name": "guan-li-yuan",
"update_by": "admin",
"update_date": "2024-09-27 17:37:07",
"create_by": "admin",
"sys_org_code": "A05",
"sys_company_code": "A05",
"cus_code": "X00001",
"base_unit": "null",
"base_goodscount": "null",
"stt_id": "2024-09-25 14:18",
"goods_code": "null",
"stt_type": "01",
"dong_xian": "null"
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
>= -2147483648<= 2147483647
默认值:
10000
message
string
提示信息
默认值:
success
data
integer
数据对象
示例
{
"code": 10000,
"message": "success",
"data": 0
}