{
"employeeCode": "string"
}
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"
}'
{
"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
}