- 开放平台须知
- 开放平台接口
- 巡检
- 主数据
- 获取授权信息
- 运营组织
- 门店信息
- 门店员工
- 公司员工
- 加盟商
- 岗位
- 查询所有员工POST
- 训练
- 费用单
- 表单
通过门店编码查询门店信息
POST
/{{route}}/md/open/store/getStoreByCode
开放平台
最后修改时间:2024-09-05 02:08:05
请求参数
Query 参数
version
string
必需
示例值:
1
storeCode
string
必需
示例值:
907732
Header 参数
Authorization
string
必需
示例值:
{{Authorization}}
ent
string
可选
默认值:
{{ent}}
Content-Type
string
可选
默认值:
application/json
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/{{route}}/md/open/store/getStoreByCode?version=1&version=&storeCode=907732' \
--header 'Authorization: {{Authorization}}' \
--header 'ent: {{ent}}' \
--header 'Content-Type: application/json'
返回响应
🟢200成功
application/json
Body
data
object
可选
foodStatus
string
可选
endDate
string | null
可选
franchiseeName
string
加盟商名称
franchiseeCode
string
加盟商编码
empCount
number
在职员工数
latitude
string | null
纬度
type
string
可选
parentOrgName
string
上级运营组织
storeStatus
string
可选
employeeCode
string | null
负责督导编码
nameLink
string
运营组织全称
fcContractFailureDate
string | null
可选
yyIssuingDate
string | null
可选
spIssuingDate
string | null
可选
longitude
string | null
经度
employeeName
string | null
负责督导
spExpiredDate
string | null
可选
fullName
string
门店名称
fcContractEffectiveDate
string | null
可选
businessStatus
string
可选
storeId
number
门店id
parentId
string
上级运营组织id
organizeCode
string
上级运营组织编码
yyExpiredDate
string | null
可选
shopingDistrict
string | null
商圈类型
storeAddress
string | null
详细地址
fcContractSigningDate
string | null
可选
startDate
string | null
可选
storeCode
string
门店编码
status
number
可选
示例
{
"data": {
"foodStatus": "no",
"endDate": "2022-11-30 00:00:00",
"franchiseeName": "直营",
"empCount": 0,
"latitude": "",
"edition": null,
"type": "直营",
"parentOrgName": "湖南省(陈龙 原陈娇)",
"storeStatus": "营业",
"employeeCode": null,
"nameLink": "湖南省(陈龙 原陈娇)",
"fcContractFailureDate": null,
"yyIssuingDate": null,
"organizeCode": "200699",
"spIssuingDate": null,
"longitude": "",
"employeeName": null,
"spExpiredDate": null,
"franchiseeCode": "99999",
"fullName": "长沙梅溪湖步步高店",
"fcContractEffectiveDate": null,
"businessStatus": "no",
"storeId": 10000000405359,
"parentId": "252840935161921",
"yyExpiredDate": null,
"shopingDistrict": null,
"storeAddress": "",
"fcContractSigningDate": null,
"startDate": "2020-02-01 00:00:00",
"storeCode": "10001212"
},
"status": 0
}