token: ********************
{
"applicantId": 0,
"bpmId": 0,
"monographName": "string",
"monographType": 0,
"pressName": "string",
"publicationDate": "string",
"wordsNumber": 0,
"isbn": "string",
"reimbursementWay": "string",
"estimatedTotalFee": 0,
"files": "string",
"monographAuthors": [
{
"authorHospitalInner": "string",
"authorId": 0,
"authorInfo": "string",
"appellation": "string"
}
],
"projectId": 0,
"projectEstimateReimbursements": [
{
"projectFundId": 0,
"estimatedAmount": "string"
}
],
"achievementAttribution": {
"id": 0,
"attributionProjectIds": [
0
],
"attributionDepartmentId": 0,
"attributionInstitutionId": 0
}
}
curl --location --request POST '/monographRegister/save' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"applicantId": 0,
"bpmId": 0,
"monographName": "string",
"monographType": 0,
"pressName": "string",
"publicationDate": "string",
"wordsNumber": 0,
"isbn": "string",
"reimbursementWay": "string",
"estimatedTotalFee": 0,
"files": "string",
"monographAuthors": [
{
"authorHospitalInner": "string",
"authorId": 0,
"authorInfo": "string",
"appellation": "string"
}
],
"projectId": 0,
"projectEstimateReimbursements": [
{
"projectFundId": 0,
"estimatedAmount": "string"
}
],
"achievementAttribution": {
"id": 0,
"attributionProjectIds": [
0
],
"attributionDepartmentId": 0,
"attributionInstitutionId": 0
}
}'
{}