token: ********************
{
"primaryAssociation": "测试一级学会",
"applicantId": 1,
"appointmentDateStart": "2025-02-01",
"positionalTitle": 90,
"appointmentType": "0",
"id": null,
"originalMemberName": "张三",
"studyGroup": "学组1",
"associationLevel": 38,
"positionalTitleLevel": 22,
"statusName": "党要清数外革",
"appointmentDateEnd": "2025-12-01",
"jobType": 50,
"secondaryAssociation": "二级学会",
"youngCommittee": "1",
"customAuditUser": {
"deptLeaderName": "总门权示应教手",
"deptLeader": 26
},
"departmentId": 77,
"files": [
{
"identification": "paperOriginalFile",
"name": "摘要照片或论文原件",
"required": true,
"format":"",
"descr": "上传论文原件",
"template": "",
"files": [
{
"id": "d7b2189b151f445a85931d3669697358",
"name": "ISSN 1674-6880.pdf",
"type": "application"
}
]
},
{
"identification": "paperPublicSelfInspection",
"name": "论文发表自查表",
"required": true,
"format":"",
"descr": "",
"template": "/fileDownload/downloadTemplate/18",
"files": []
}
]
}
curl --location --request POST '/academicParticipation/save' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"primaryAssociation": "测试一级学会",
"applicantId": 1,
"appointmentDateStart": "2025-02-01",
"positionalTitle": 90,
"appointmentType": "0",
"id": null,
"originalMemberName": "张三",
"studyGroup": "学组1",
"associationLevel": 38,
"positionalTitleLevel": 22,
"statusName": "党要清数外革",
"appointmentDateEnd": "2025-12-01",
"jobType": 50,
"secondaryAssociation": "二级学会",
"youngCommittee": "1",
"customAuditUser": {
"deptLeaderName": "总门权示应教手",
"deptLeader": 26
},
"departmentId": 77,
"files": [
{
"identification": "paperOriginalFile",
"name": "摘要照片或论文原件",
"required": true,
"format":"",
"descr": "上传论文原件",
"template": "",
"files": [
{
"id": "d7b2189b151f445a85931d3669697358",
"name": "ISSN 1674-6880.pdf",
"type": "application"
}
]
},
{
"identification": "paperPublicSelfInspection",
"name": "论文发表自查表",
"required": true,
"format":"",
"descr": "",
"template": "/fileDownload/downloadTemplate/18",
"files": []
}
]
}'
{
"code":200,
"data":null,
"jurisdiction":null,
"message":""
}