- 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
SaveOrderLabel
POST
https://testxa.360scm.com/SCM.WMS7.OpenApi/v2/WmsSvc/SaveOrderLabel
/v2/WmsSvc/SaveOrderLabel
WmsSvc
请求参数
Body 参数application/json
module
integer <int32>
必需
orderId
string
必需
>= 1 字符
saveType
enum<string> <int32>
必需
枚举值:
AppendOverWrite
labelIds
string | null
可选
示例
{
"module": 0,
"orderId": "string",
"saveType": "Append",
"labelIds": "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/WmsSvc/SaveOrderLabel' \
--header 'Content-Type: application/json' \
--data-raw '{
"module": 0,
"orderId": "string",
"saveType": "Append",
"labelIds": "string"
}'
返回响应
🟢200Success
application/json
Body
结果返回模型
flag
boolean
响应标识
requestId
string
请求id
errorCode
string | null
错误代码
errorMessage
string | null
错误信息
data
object (SyncResultResponse)
可选
whId
string | null
仓库ID
dataId
string | null
DATA_ID
dataLineId
string | null
可选
otherInfo
string | null
其他信息
isOk
string | null
IS_OK
errorMsg
string | null
异常信息
errorMsgCode
string | null
可选
logId
string | null
日志编号
execcount
integer <int32>
ExecCount
succount
integer <int32>
SucCount
failcount
integer <int32>
FailCount
excessqty
number <double>
ExcessQty
isCancel
boolean
取消订单
data
null
数据
newId
string | null
NEW_ID
templateid
string | null
可选
shippingorderid
string | null
出库订单号
islastcaseid
boolean
可选
示例
{
"flag": true,
"requestId": "string",
"errorCode": "string",
"errorMessage": "string",
"data": {
"whId": "string",
"dataId": "string",
"dataLineId": "string",
"otherInfo": "string",
"isOk": "string",
"errorMsg": "string",
"errorMsgCode": "string",
"logId": "string",
"execcount": 0,
"succount": 0,
"failcount": 0,
"excessqty": 0,
"isCancel": true,
"data": null,
"newId": "string",
"templateid": "string",
"shippingorderid": "string",
"islastcaseid": true
}
}
修改于 2025-04-27 20:59:13