- 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
获取当前PC端用户的所在仓库
POST
https://testxa.360scm.com/SCM.WMS7.OpenApi/v2/AuthorizeWarehoseSvc/GetCurrentUserWarehoses
/v2/AuthorizeWarehoseSvc/GetCurrentUserWarehoses
AuthorizeWarehoseSvc
请求参数
Body 参数application/json
userId
string
用户ID
>= 1 字符
示例
{
"userId": "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/AuthorizeWarehoseSvc/GetCurrentUserWarehoses' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string"
}'
返回响应
🟢200Success
application/json
Body
结果返回模型
flag
boolean
响应标识
requestId
string
请求id
errorCode
string | null
错误代码
errorMessage
string | null
错误信息
data
object (CurrentUserWarehosesResponse)
可选
whGid
string | null
仓库GID
whId
string | null
仓库ID
whName
string | null
仓库名称
isDefault
string | null
默认
whOrgGid
string | null
可选
whOrgName
string | null
组织名称
ttid
string | null
租户ID
whconfigudf1
string | null
自定义1
whconfigudf2
string | null
自定义2
whconfigudf3
string | null
自定义3
whconfigudf4
string | null
自定义4
whconfigudf5
string | null
自定义5
whconfigudf6
string | null
自定义6
whconfigudf7
string | null
自定义7
whconfigudf8
string | null
自定义8
whconfigudf9
string | null
自定义9
whconfigudf10
string | null
自定义10
whconfigudf11
string | null
自定义11
whconfigudf12
string | null
自定义12
whconfigudf13
string | null
自定义13
whconfigudf14
string | null
自定义14
whconfigudf15
string | null
自定义15
示例
{
"flag": true,
"requestId": "string",
"errorCode": "string",
"errorMessage": "string",
"data": {
"whGid": "string",
"whId": "string",
"whName": "string",
"isDefault": "string",
"whOrgGid": "string",
"whOrgName": "string",
"ttid": "string",
"whconfigudf1": "string",
"whconfigudf2": "string",
"whconfigudf3": "string",
"whconfigudf4": "string",
"whconfigudf5": "string",
"whconfigudf6": "string",
"whconfigudf7": "string",
"whconfigudf8": "string",
"whconfigudf9": "string",
"whconfigudf10": "string",
"whconfigudf11": "string",
"whconfigudf12": "string",
"whconfigudf13": "string",
"whconfigudf14": "string",
"whconfigudf15": "string"
}
}
修改于 2025-04-27 20:59:13