{
"projectId": "string",
"name": "string",
"workArea": "string",
"adcode": "string",
"cdcOrgId": "string",
"annualBudgets": [
{
"year": 0,
"budget": 0
}
],
"backgroundAnalysis": {
"aidsCount": 0,
"reportCount": 0,
"feature": "string",
"targetCount": 0,
"coverageCount": 0
},
"entityPlaces": [
{
"name": "string",
"address": "string"
}
],
"networkPlaces": [
{
"name": "string",
"address": "string"
}
],
"targets": [
{
"year": 0,
"acceptStandard": 0,
"spouseDoneRate": 0,
"matchAcceptCureRate": 0,
"acceptDetection": 0,
"acceptDetectionAgain": 0,
"estimationCure": 0,
"other": "string"
}
],
"activities": [
{
"name": "string",
"year": 0,
"startMonth": 0,
"endMonth": 0,
"content": "string",
"joinPeopleNumber": 0,
"frequency": "string",
"joinPeople": "string"
}
],
"cboMembers": [
{
"name": "string",
"type": 0,
"telephone": "string",
"idnumber": "string",
"work": [
"string"
],
"workOther": "string"
}
],
"pydMembers": [
{
"name": "string",
"type": 0,
"telephone": "string",
"idnumber": "string",
"work": [
"string"
],
"workOther": "string"
}
],
"ngoMembers": [
{
"name": "string",
"type": 0,
"telephone": "string",
"idnumber": "string",
"work": [
"string"
],
"workOther": "string"
}
],
"riskAnalysis": "string",
"orgWorkSituations": [
{
"name": "string",
"source": "string",
"sourceOther": "string",
"expenditure": 0,
"startTime": 0,
"endTime": 0,
"targetCrowd": "string",
"targetCnt": 0,
"finishedCnt": 0,
"intro": "string"
}
],
"bill": {
"firstType": "string",
"secondType": "string",
"agreeAssign": true
},
"pastPerforms": [
{
"year": 0,
"done": true,
"workArea": "string",
"hrgApproveCount": 0,
"hrgDetectCount": 0,
"hrgFirstPositiveCount": 0,
"hrgComfirmPositiveCount": 0,
"approvedCount": 0,
"completedTwoFaceToFaceCount": 0,
"approvedDetectCount": 0,
"completedDetectCount": 0
}
],
"commitmentImg": "string",
"action": 0
}
curl --location --request POST '/api/application/createOrUpdate' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"name": "string",
"workArea": "string",
"adcode": "string",
"cdcOrgId": "string",
"annualBudgets": [
{
"year": 0,
"budget": 0
}
],
"backgroundAnalysis": {
"aidsCount": 0,
"reportCount": 0,
"feature": "string",
"targetCount": 0,
"coverageCount": 0
},
"entityPlaces": [
{
"name": "string",
"address": "string"
}
],
"networkPlaces": [
{
"name": "string",
"address": "string"
}
],
"targets": [
{
"year": 0,
"acceptStandard": 0,
"spouseDoneRate": 0,
"matchAcceptCureRate": 0,
"acceptDetection": 0,
"acceptDetectionAgain": 0,
"estimationCure": 0,
"other": "string"
}
],
"activities": [
{
"name": "string",
"year": 0,
"startMonth": 0,
"endMonth": 0,
"content": "string",
"joinPeopleNumber": 0,
"frequency": "string",
"joinPeople": "string"
}
],
"cboMembers": [
{
"name": "string",
"type": 0,
"telephone": "string",
"idnumber": "string",
"work": [
"string"
],
"workOther": "string"
}
],
"pydMembers": [
{
"name": "string",
"type": 0,
"telephone": "string",
"idnumber": "string",
"work": [
"string"
],
"workOther": "string"
}
],
"ngoMembers": [
{
"name": "string",
"type": 0,
"telephone": "string",
"idnumber": "string",
"work": [
"string"
],
"workOther": "string"
}
],
"riskAnalysis": "string",
"orgWorkSituations": [
{
"name": "string",
"source": "string",
"sourceOther": "string",
"expenditure": 0,
"startTime": 0,
"endTime": 0,
"targetCrowd": "string",
"targetCnt": 0,
"finishedCnt": 0,
"intro": "string"
}
],
"bill": {
"firstType": "string",
"secondType": "string",
"agreeAssign": true
},
"pastPerforms": [
{
"year": 0,
"done": true,
"workArea": "string",
"hrgApproveCount": 0,
"hrgDetectCount": 0,
"hrgFirstPositiveCount": 0,
"hrgComfirmPositiveCount": 0,
"approvedCount": 0,
"completedTwoFaceToFaceCount": 0,
"approvedDetectCount": 0,
"completedDetectCount": 0
}
],
"commitmentImg": "string",
"action": 0
}'
{
"code": 0,
"message": "string",
"data": {
"projectId": "string"
}
}