- 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/VisualInventorySvc/GetLocationList
/v2/VisualInventorySvc/GetLocationList
VisualInventorySvc
请求参数
Body 参数application/json
search
object (OpenApiSearchParameter)
可选
queryModel
object (OpenApiQueryModel)
查询条件
pageInfo
object (OpenApiPageInfo)
分页
isIngnoreUserArea
boolean
可选
LWHIsFromSku
boolean
长宽高是否来源货品
示例
{
"search": {
"queryModel": {
"items": [
{
"field": "string",
"method": "Equal",
"value": null,
"orGroup": "string"
}
]
},
"pageInfo": {
"currentPage": 0,
"pageSize": 0,
"sortField": "string",
"isGetTotalCount": true,
"totalCount": 0
}
},
"isIngnoreUserArea": true,
"LWHIsFromSku": true
}
示例代码
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/VisualInventorySvc/GetLocationList' \
--header 'Content-Type: application/json' \
--data-raw '{
"search": {
"queryModel": {
"items": [
{
"field": "string",
"method": "Equal",
"value": null,
"orGroup": "string"
}
]
},
"pageInfo": {
"currentPage": 0,
"pageSize": 0,
"sortField": "string",
"isGetTotalCount": true,
"totalCount": 0
}
},
"isIngnoreUserArea": true,
"LWHIsFromSku": true
}'
返回响应
🟢200Success
application/json
Body
结果返回模型
flag
boolean
响应标识
requestId
string
请求id
errorCode
string | null
错误代码
errorMessage
string | null
错误信息
data
array[object (LocationResponse) {65}]
可选
loc
string | null
货位代码
whId
string | null
仓库代码
zoneId
string | null
储区代码
status
string | null
状态
status_reason
string | null
状态变更原因
ptLogicalLoc
string | null
上架路线顺序
pkLogicalLoc
string | null
拣货路线顺序
locUsageSc
string | null
货位用途
locCategorySc
string | null
货位类型
locFlag
string | null
货位属性
locHandlingSc
string | null
货位处理方式
locAbcSc
string | null
周转类型
locGroup
string | null
货位组
checkCode
string | null
校验码
lpnTypeSc
string | null
托盘类型
isLoseId
string | null
忽略ID
isMixLot
string | null
批次混放
isMixSku
string | null
货品混放
locVailadation
string | null
货位校验
isSysCreated
string | null
系统创建
isActive
string | null
启用
emptyLpnQty
number <double>
空托盘数量
doubleExtensionRecord
string | null
双伸标记
xCoord
number <double> | null
X坐标
yCoord
number <double> | null
Y坐标
zCoord
number <double> | null
Z坐标
row
string | null
行
column
string | null
列
locLevel
number <double> | null
层数
coordLocDist
number <double> | null
基点货位距离
lenGth
number <double> | null
长
width
number <double> | null
宽
height
number <double> | null
高
volume
number <double> | null
体积
capacityVolume
number <double> | null
容积
capacityWeight
number <double> | null
载重
maxQty
number <double> | null
基本数量限制
maxCaseQty
number <double> | null
箱个数限制
maxLpnQty
number <double> | null
托盘个数限制
maxSkuKindsQty
number <double> | null
货品种类限制
maxLotKindsQty
number <double> | null
批次种类限制
maxSkuclassKindsQty
number <double> | null
货品类型数量
maxSkugroupKindsQty
number <double> | null
货品组种类限制
locTemplateId
string | null
模板代码
createdBy
string | null
创建人
createdDate
string <date-time> | null
创建日期
updatedBy
string | null
更新人
updatedDate
string <date-time> | null
更新日期
areaId
string | null
区域代码
zoneInfo
object (ZoneResponse)
可选
locFloor
string | null
货位楼层
locationUdf1
string | null
自定义1
locationUdf2
string | null
自定义2
locationUdf3
string | null
自定义3
locationUdf4
string | null
自定义4
locationUdf5
string | null
自定义5
locationUdf6
string | null
自定义6
locationUdf7
string | null
自定义7
locationUdf8
string | null
自定义8
locationUdf
string | null
自定义9
locationUdf10
string | null
自定义10
passage
number <double> | null
巷道
areaDetails
array[object (AreaDetail) {3}] | null
区域明细
loadFactor
number <double>
负载因子
abSide
string | null
AB面
示例
{
"flag": true,
"requestId": "string",
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"loc": "string",
"whId": "string",
"zoneId": "string",
"status": "string",
"status_reason": "string",
"ptLogicalLoc": "string",
"pkLogicalLoc": "string",
"locUsageSc": "string",
"locCategorySc": "string",
"locFlag": "string",
"locHandlingSc": "string",
"locAbcSc": "string",
"locGroup": "string",
"checkCode": "string",
"lpnTypeSc": "string",
"isLoseId": "string",
"isMixLot": "string",
"isMixSku": "string",
"locVailadation": "string",
"isSysCreated": "string",
"isActive": "string",
"emptyLpnQty": 0,
"doubleExtensionRecord": "string",
"xCoord": 0,
"yCoord": 0,
"zCoord": 0,
"row": "string",
"column": "string",
"locLevel": 0,
"coordLocDist": 0,
"lenGth": 0,
"width": 0,
"height": 0,
"volume": 0,
"capacityVolume": 0,
"capacityWeight": 0,
"maxQty": 0,
"maxCaseQty": 0,
"maxLpnQty": 0,
"maxSkuKindsQty": 0,
"maxLotKindsQty": 0,
"maxSkuclassKindsQty": 0,
"maxSkugroupKindsQty": 0,
"locTemplateId": "string",
"createdBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"updatedDate": "2019-08-24T14:15:22Z",
"areaId": "string",
"zoneInfo": {
"whId": "string",
"zoneId": "string",
"zoneName": "string",
"areaId": "string",
"isActive": "string",
"isSysCreated": "string",
"zUdf1": "string",
"zUdf2": "string",
"zUdf3": "string",
"zUdf4": "string",
"zUdf5": "string",
"createdBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateDate": "2019-08-24T14:15:22Z",
"remnantTsLoc": "string"
},
"locFloor": "string",
"locationUdf1": "string",
"locationUdf2": "string",
"locationUdf3": "string",
"locationUdf4": "string",
"locationUdf5": "string",
"locationUdf6": "string",
"locationUdf7": "string",
"locationUdf8": "string",
"locationUdf": "string",
"locationUdf10": "string",
"passage": 0,
"areaDetails": [
{
"areaId": "string",
"zoneId": "string",
"zoneName": "string"
}
],
"loadFactor": 0,
"abSide": "string"
}
]
}
修改于 2025-04-27 20:59:13