- 开放平台须知
- 开放平台接口
- 巡检
- 主数据
- 获取授权信息
- 运营组织
- 门店信息
- 门店员工
- 公司员工
- 加盟商
- 岗位
- 查询所有员工POST
- 训练
- 费用单
- 表单
获取人员证照
POST
/{{route}}/md/open/emp/findEmpCertificate
开放平台
最后修改时间:2024-11-18 08:27:48
请求参数
Query 参数
version
string
必需
Header 参数
Authorization
string
必需
示例值:
{{Authorization}}
Content-Type
string
必需
示例值:
application/json
ent
string
可选
默认值:
{{ent}}
Body 参数application/json
employeeCode
string
人员code
示例
{
"employeeCode": "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/emp/findEmpCertificate?version=&version=' \
--header 'Authorization: {{Authorization}}' \
--header 'ent: {{ent}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeCode": "string"
}'
返回响应
🟢200successful operation
application/json
Body
totalRow
number
可选
pageNumber
number
可选
data
array [object {15}]
可选
birthday
string
生日
employeeName
string
人员姓名
certType
string
必需
registeredPlace
string
地址
certCode
string
必需
issuingDate
string
必需
expiredDate
string
必需
sex
string
必需
bottomPictureB
string
必需
employeeId
string
必需
certId
number
必需
folk
string
名族
abovePictureB
string
必需
abovePicture
string
正面
bottomPicture
string
反面
totalPage
number
可选
isLastPage
boolean
可选
pageSize
number
可选
message
string
可选
isFirstPage
boolean
可选
status
number
可选
示例
{
"totalRow": 0,
"pageNumber": 0,
"data": [
{
"birthday": "string",
"employeeName": "string",
"certType": "string",
"registeredPlace": "string",
"certCode": "string",
"issuingDate": "string",
"expiredDate": "string",
"sex": "string",
"bottomPictureB": "string",
"employeeId": "string",
"certId": 0,
"folk": "string",
"abovePictureB": "string",
"abovePicture": "string",
"bottomPicture": "string"
}
],
"totalPage": 0,
"isLastPage": true,
"pageSize": 0,
"message": "string",
"isFirstPage": true,
"status": 0
}