Http方法:POST
路由:api/OutScan/SaveScan

打包校验-完全打包

请求参数

参数名称参数描述类型附加信息
batchCode

波次号

string

Required

expressCode

快递单号

string

Required

wrapperBarcode

包装耗材编号

string

Required

isNoScanBatchCode

boolean

Required

返回响应信息

打包校验-完全打包

ResultInfo
参数名称参数描述类型附加信息
Result

是否成功

boolean

None

State

状态

string

None

Dynamic

动态附加属性

Object

None

Msg

提示信息

string

None

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "State": "sample string 2",
  "Dynamic": {},
  "Msg": "sample string 4"
}