- 开放平台须知
- 开放平台接口
- 巡检
- 主数据
- 获取授权信息
- 运营组织
- 门店信息
- 门店员工
- 公司员工
- 加盟商
- 岗位
- 查询所有员工POST
- 训练
- 费用单
- 表单
门店证照更新
开发中
POST
/{{route}}/md/open/store/certificateSave
HYY_202405XX_定时抓拍
最后修改时间:2024-11-06 08:58:57
请求参数
Query 参数
version
string
接口版本,默认1
示例值:
1
Header 参数
Authorization
string
必需
示例值:
{{Authorization}}
ent
string
企业编码
Content-Type
string
可选
默认值:
application/json
Body 参数application/json
licenceUrl
string
证照url
示例:https://pic4.zhimg.com/50/v2-2f1e7eafdf6a78b7c33ea04d24819af2_hd.jpg
directions
string
经营/许可范围
expiredDate
string
证照过期时间
issuingDate
string
证照发证时间
licenceType
string
证照类型
storeId
integer <int64>
门店id
storeCode
string
门店编码
示例
{
"licenceUrl": "string",
"directions": "string",
"expiredDate": "string",
"issuingDate": "string",
"licenceType": "string",
"storeId": 0,
"storeCode": "string"
}
示例代码
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/certificateSave?version=1&version=' \
--header 'Authorization: {{Authorization}}' \
--header 'ent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"licenceUrl": "string",
"directions": "string",
"expiredDate": "string",
"issuingDate": "string",
"licenceType": "string",
"storeId": 0,
"storeCode": "string"
}'
返回响应
🟢200OK
application/json
Body
string
可选
示例
"string"
🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found