token: ********************
{
"applicantId": 0,
"bpmId": 0,
"customAuditUser": {
"deptLeader": "string",
"deptLeaderName": "string"
},
"patentContributeId": 0,
"patentName": "string",
"patentNumber": "string",
"patentee": "string",
"patentType": 0,
"certificateNumber": "string",
"applyTime": "string",
"files": "string",
"patentInventors": {
"hospitalInner": "string",
"userId": "string",
"userInfo": "string"
},
"achievementAttribution": {
"id": 0,
"attributionProjectIds": [
0
],
"attributionDepartmentId": 0,
"attributionInstitutionId": 0
}
}
curl --location --request POST '/patentRegister/save' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"applicantId": 0,
"bpmId": 0,
"customAuditUser": {
"deptLeader": "string",
"deptLeaderName": "string"
},
"patentContributeId": 0,
"patentName": "string",
"patentNumber": "string",
"patentee": "string",
"patentType": 0,
"certificateNumber": "string",
"applyTime": "string",
"files": "string",
"patentInventors": {
"hospitalInner": "string",
"userId": "string",
"userInfo": "string"
},
"achievementAttribution": {
"id": 0,
"attributionProjectIds": [
0
],
"attributionDepartmentId": 0,
"attributionInstitutionId": 0
}
}'
{}