{
"employeeCode": "666666"
}curl --location -g --request POST '/{{route}}/md/open/emp/findEmpCertificate?version=1&version=1' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeCode": "666666"
}'{
"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",
"customLicenseList": [
{
"licenceId": "string",
"licenceName": "string",
"issuanceDate": "string",
"pictureFieldList": [
{
"fieldName": "string",
"fieldValueB": "string",
"fieldType": 0,
"fieldValue": "string"
}
],
"customLicenceStatus": "string",
"employeeId": 0,
"licenceForever": true,
"fieldList": [
{
"fieldName": "string",
"fieldValue": "string",
"fieldValueB": "string",
"fieldType": 0
}
]
}
],
"originalLicenseList": [
{
"certType": "string",
"idcardStatus": "string",
"certCode": "string",
"issuingDate": "string",
"expiredDate": "string",
"employeeId": 0,
"certId": 0
}
]
}
],
"totalPage": 0,
"isLastPage": true,
"pageSize": 0,
"message": "string",
"isFirstPage": true,
"status": 0
}