- 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
https://testxa.360scm.com/SCM.WMS7.OpenApi/v2/AprioriTemplateSvc/Edit
/v2/AprioriTemplateSvc/Edit
AprioriTemplateSvc
请求参数
Body 参数application/json
templateId
string | null
模板代码
templateName
string | null
模板名称
shippingStartDate
string <date-time> | null
发货开始时间
shippingEndDate
string <date-time> | null
发货结束时间
ownerId
string | null
货主代码
outboundType
string | null
出库类型
productType
string | null
产品类型
minSupport
number <double>
最小支持度
minConfidence
number <double>
最小置信度
minLift
number <double>
最小提升度
coreSkuQty
number <double>
核心货品数量
gctUdf1
string | null
自定义1
gctUdf2
string | null
自定义2
gctUdf3
string | null
自定义3
gctUdf4
string | null
自定义4
gctUdf5
string | null
自定义5
gctUdf6
string | null
自定义6
gctUdf7
string | null
自定义7
gctUdf8
string | null
自定义8
gctUdf9
string | null
自定义9
gctUdf10
string | null
自定义10
orderConstraintId
string | null
订单约束ID
skuConstraintId
string | null
货品约束ID
orderConstraints
array[object (ConstraintsDetailRequest) {8}] | null
订单约束
sortId
number <double>
序号
logic
string | null
条件
tableValueSC
string | null
表
filedValue
string | null
字段
filedName
string | null
字段名
op
string | null
运算符
val
string | null
值
group
string | null
组名
skuConstraints
array[object (ConstraintsDetailRequest) {8}] | null
货品约束
sortId
number <double>
序号
logic
string | null
条件
tableValueSC
string | null
表
filedValue
string | null
字段
filedName
string | null
字段名
op
string | null
运算符
val
string | null
值
group
string | null
组名
示例
{
"templateId": "string",
"templateName": "string",
"shippingStartDate": "2019-08-24T14:15:22Z",
"shippingEndDate": "2019-08-24T14:15:22Z",
"ownerId": "string",
"outboundType": "string",
"productType": "string",
"minSupport": 0,
"minConfidence": 0,
"minLift": 0,
"coreSkuQty": 0,
"gctUdf1": "string",
"gctUdf2": "string",
"gctUdf3": "string",
"gctUdf4": "string",
"gctUdf5": "string",
"gctUdf6": "string",
"gctUdf7": "string",
"gctUdf8": "string",
"gctUdf9": "string",
"gctUdf10": "string",
"orderConstraintId": "string",
"skuConstraintId": "string",
"orderConstraints": [
{
"sortId": 0,
"logic": "string",
"tableValueSC": "string",
"filedValue": "string",
"filedName": "string",
"op": "string",
"val": "string",
"group": "string"
}
],
"skuConstraints": [
{
"sortId": 0,
"logic": "string",
"tableValueSC": "string",
"filedValue": "string",
"filedName": "string",
"op": "string",
"val": "string",
"group": "string"
}
]
}
示例代码
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/AprioriTemplateSvc/Edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateId": "string",
"templateName": "string",
"shippingStartDate": "2019-08-24T14:15:22Z",
"shippingEndDate": "2019-08-24T14:15:22Z",
"ownerId": "string",
"outboundType": "string",
"productType": "string",
"minSupport": 0,
"minConfidence": 0,
"minLift": 0,
"coreSkuQty": 0,
"gctUdf1": "string",
"gctUdf2": "string",
"gctUdf3": "string",
"gctUdf4": "string",
"gctUdf5": "string",
"gctUdf6": "string",
"gctUdf7": "string",
"gctUdf8": "string",
"gctUdf9": "string",
"gctUdf10": "string",
"orderConstraintId": "string",
"skuConstraintId": "string",
"orderConstraints": [
{
"sortId": 0,
"logic": "string",
"tableValueSC": "string",
"filedValue": "string",
"filedName": "string",
"op": "string",
"val": "string",
"group": "string"
}
],
"skuConstraints": [
{
"sortId": 0,
"logic": "string",
"tableValueSC": "string",
"filedValue": "string",
"filedName": "string",
"op": "string",
"val": "string",
"group": "string"
}
]
}'
返回响应
🟢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