- EquipmentManagementSvc
- LabelSvc
- NextNumberGenSvc
- SysCodeSvc
- TaskGenerationRuleSvc
- WmsSvc
- BatchEditRuleSvc
- VisualInventorySvc
- AllocateRuleSvc
- AuthorizeWarehoseSvc
- ConstraintSvc
- DestinationLocRuleSvc
- DeviceInteractiveTaskSvc
- DistributeRuleSvc
- OwnerSvc
- PreAllocateRuleSvc
- QuickSearchSvc
- ReplenishmentTemplateSvc
- RoadOrderSvc
- RotationRuleSvc
- StockupRuleSvc
- TaskSchedulerRuleSvc
- UserOperationSettingSvc
- WaveTemplateSvc
- AreaSvc
- SlottingAdjSvc
- WesV2Svc
- ZoneSvc
- AnalysisSvc
- ApaasFormSvc
- CustomDataSourceSvc
- GenerateTaskRuleSvc
- GridPortRuleSvc
- GridPortSvc
- LocationSvc
- PutawayWorkBenchsSvc
- ShippingPickSvc
- SkuClassSvc
- SortingWorkBenchSvc
- PickAndSowingWorkBenchSvc
- ReplenishmentWorkBenchsSvc
- WhKPIRuleSvc
- WorkstationAssignmentRuleSvc
- AssemblyOrderSvc
- Connections
- DesignerReport
- DeviceAbnormalTaskSvc
- Dialog
- DisassemblyOrderSvc
- EarlyWarningRuleSvc
- ExportReport
- GetPicture
- GetReport
- ImportSvc
- LoadOrderSvc
- PassageSvc
- PrintReport
- PutawayWorkBenchsTaskSvc
- ReceiptSvc
- Resources
- SCMCopilotSvc
- Service
- ShippingOrderSvc
- Utils
- VasOrderSvc
- WESCheckRuleSvc
- AprioriTemplateSvc
- SkuCorrelationSvc
【任务控制台】盘点任务执行确认
POST
/v2/WesV2Svc/ExecuteInvCountDeviceTask
WesV2Svc
请求参数
Body 参数application/json
deviceInteractiveTaskId
string | null
设备任务ID
lpnId
string | null
托盘号
loc
string | null
货位
udf
object (DeviceTaskUDFSettingRequest)
可选
udf1
string | null
自定义1
udf2
string | null
自定义2
udf3
string | null
自定义3
udf4
string | null
自定义4
udf5
string | null
自定义5
remark
string | null
备注
subOrder
string | null
排序
exceptionMessage
string | null
异常信息
executeDetailResults
array[object (ExecuteDetailRequest) {3}] | null
明细确认信息
skuId
string | null
货品代码
skuLot
object (LotAttributeNewRequest)
可选
executeQty
number <double>
执行数量
示例
{
"deviceInteractiveTaskId": "string",
"lpnId": "string",
"loc": "string",
"udf": {
"udf1": "string",
"udf2": "string",
"udf3": "string",
"udf4": "string",
"udf5": "string",
"remark": "string",
"subOrder": "string",
"exceptionMessage": "string"
},
"executeDetailResults": [
{
"skuId": "string",
"skuLot": {
"factoryCode": "string",
"storageLocation": "string",
"lotAttr01": "string",
"lotAttr02": "string",
"lotAttr03": "string",
"lotAttr04": "string",
"lotAttr05": "string",
"lotAttr06": "string",
"lotAttr07": "string",
"lotAttr08": "string",
"lotAttr09": "string",
"lotAttr10": "string",
"lotAttr11": "string",
"lotAttr12": "string",
"lotAttr13": "string",
"lotAttr14": "string",
"lotAttr15": "string",
"lotAttr16": "string",
"lotAttr17": "string",
"lotAttr18": "string",
"lotAttr19": "string",
"lotAttr20": "string",
"lotAttr21": "string",
"lotAttr22": "string",
"lotAttr23": "string",
"lotAttr24": "string",
"lotAttr25": "string",
"lotAttr26": "2019-08-24T14:15:22Z",
"lotAttr27": "2019-08-24T14:15:22Z",
"lotAttr28": 0,
"lotAttr29": 0,
"lotAttr30": 0,
"skuProperty": "string",
"externalLot": "string",
"produceDate": "2019-08-24T14:15:22Z",
"expireDate": "2019-08-24T14:15:22Z",
"vendorId": "string",
"receiptDate": "2019-08-24T14:15:22Z",
"firstReceiptDate": "2019-08-24T14:15:22Z"
},
"executeQty": 0
}
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://testxa.360scm.com/SCM.WMS7.OpenApi/v2/WesV2Svc/ExecuteInvCountDeviceTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceInteractiveTaskId": "string",
"lpnId": "string",
"loc": "string",
"udf": {
"udf1": "string",
"udf2": "string",
"udf3": "string",
"udf4": "string",
"udf5": "string",
"remark": "string",
"subOrder": "string",
"exceptionMessage": "string"
},
"executeDetailResults": [
{
"skuId": "string",
"skuLot": {
"factoryCode": "string",
"storageLocation": "string",
"lotAttr01": "string",
"lotAttr02": "string",
"lotAttr03": "string",
"lotAttr04": "string",
"lotAttr05": "string",
"lotAttr06": "string",
"lotAttr07": "string",
"lotAttr08": "string",
"lotAttr09": "string",
"lotAttr10": "string",
"lotAttr11": "string",
"lotAttr12": "string",
"lotAttr13": "string",
"lotAttr14": "string",
"lotAttr15": "string",
"lotAttr16": "string",
"lotAttr17": "string",
"lotAttr18": "string",
"lotAttr19": "string",
"lotAttr20": "string",
"lotAttr21": "string",
"lotAttr22": "string",
"lotAttr23": "string",
"lotAttr24": "string",
"lotAttr25": "string",
"lotAttr26": "2019-08-24T14:15:22Z",
"lotAttr27": "2019-08-24T14:15:22Z",
"lotAttr28": 0,
"lotAttr29": 0,
"lotAttr30": 0,
"skuProperty": "string",
"externalLot": "string",
"produceDate": "2019-08-24T14:15:22Z",
"expireDate": "2019-08-24T14:15:22Z",
"vendorId": "string",
"receiptDate": "2019-08-24T14:15:22Z",
"firstReceiptDate": "2019-08-24T14:15:22Z"
},
"executeQty": 0
}
]
}'
返回响应
🟢200Success
application/json
Body
结果返回模型
flag
boolean
响应标识
requestId
string
请求id
errorCode
string | null
错误代码
errorMessage
string | null
错误信息
data
string
可选
示例
{
"flag": true,
"requestId": "string",
"errorCode": "string",
"errorMessage": "string",
"data": "string"
}
修改于 2025-04-27 20:59:13