{
"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"
},
"id": 0,
"secretaryTaskId": 0,
"recordType": "string",
"userId": 0,
"status": "string",
"completedTime": "2019-08-24T14:15:22Z",
"endDay": "2019-08-24T14:15:22Z",
"matterContent": "string",
"taskPeriod": "string",
"type": "string",
"taskType": "string",
"deptId": 0,
"copyUserIds": "string",
"dayNum": 0,
"tmTaskId": 0,
"remindMethod": "string",
"remark": "string",
"files": "string",
"statusList": [
"string"
]
}
curl --location --request POST 'http://localhost:8027/tm/secretaryTask/closeTaskRecord' \
--header 'Authorization: ' \
--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"
},
"id": 0,
"secretaryTaskId": 0,
"recordType": "string",
"userId": 0,
"status": "string",
"completedTime": "2019-08-24T14:15:22Z",
"endDay": "2019-08-24T14:15:22Z",
"matterContent": "string",
"taskPeriod": "string",
"type": "string",
"taskType": "string",
"deptId": 0,
"copyUserIds": "string",
"dayNum": 0,
"tmTaskId": 0,
"remindMethod": "string",
"remark": "string",
"files": "string",
"statusList": [
"string"
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}