{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"employeeCertificateId": 0,
"taskId": 0,
"certificateStatus": "string",
"employeeId": 0,
"employeeName": "string",
"userId": 0,
"certificateType": "string",
"certificateNum": "string",
"licenceDate": "2019-08-24",
"reviewDate": "2019-08-24",
"expiryDate": "2019-08-24",
"validityPeriod": 0,
"issuingUnit": "string",
"keeperId": 0,
"keeperName": "string",
"maturityDays": 0,
"archiveDate": "2019-08-24",
"isArchive": "string",
"prewarningDays": "string",
"attachment": "string",
"remark": "string",
"isExpiry": "string",
"procInstId": "string",
"procInstStatus": "string",
"procInstNum": "string",
"userList": [
0
],
"sort": "string",
"certificateSortList": [
"string"
]
}
curl --location --request PUT 'http://localhost:8081/hrm/certificateManagement' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"employeeCertificateId": 0,
"taskId": 0,
"certificateStatus": "string",
"employeeId": 0,
"employeeName": "string",
"userId": 0,
"certificateType": "string",
"certificateNum": "string",
"licenceDate": "2019-08-24",
"reviewDate": "2019-08-24",
"expiryDate": "2019-08-24",
"validityPeriod": 0,
"issuingUnit": "string",
"keeperId": 0,
"keeperName": "string",
"maturityDays": 0,
"archiveDate": "2019-08-24",
"isArchive": "string",
"prewarningDays": "string",
"attachment": "string",
"remark": "string",
"isExpiry": "string",
"procInstId": "string",
"procInstStatus": "string",
"procInstNum": "string",
"userList": [
0
],
"sort": "string",
"certificateSortList": [
"string"
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}