{
"hrAcadMeetingSaveDTO": {
"id": 0,
"acadDate": "string",
"acadNurNum": 0,
"perDr": "string",
"acadPlace": "string",
"status": "string",
"acadTitle": "string",
"acadUnit": "string",
"user": "string",
"year": "string"
}
}
curl --location --request POST '/nurm/hr/acad-meeting/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"hrAcadMeetingSaveDTO": {
"id": 0,
"acadDate": "string",
"acadNurNum": 0,
"perDr": "string",
"acadPlace": "string",
"status": "string",
"acadTitle": "string",
"acadUnit": "string",
"user": "string",
"year": "string"
}
}'
{
"code": "string",
"data": {},
"msg": "string",
"success": true
}