{
"attr": 0,
"level": 0,
"adcode": "string",
"workArea": [
"string"
],
"name": "string",
"workAdcode": "string",
"address": "string",
"postCode": "string",
"foundTime": 0,
"fullTimeStaffQuantity": 0,
"partTimeStaffQuantity": 0,
"volunteerQuantity": 0,
"legalPerson": {
"name": "string",
"telephone": "string",
"email": "string",
"fax": "string"
},
"contact": {
"name": "string",
"telephone": "string",
"email": "string",
"fax": "string"
},
"workSituation": [
{
"name": "string",
"source": "string",
"expenditure": 0,
"startTime": 0,
"endTime": 0,
"targetCrowd": "string",
"targetCnt": 0,
"finishedCnt": 0,
"intro": "string"
}
],
"cooperationSituation": [
{
"name": "string",
"principal": "string",
"telephone": "string",
"intro": "string"
}
],
"creditCode": "string",
"creditCodeImgs": [
"string"
],
"legalPersonCertificateCode": "string",
"legalPersonCertificateImgs": [
"string"
],
"organizationCode": "string",
"organizationCertificateImgs": [
"string"
],
"registrationType": 0,
"registrationTime": 0,
"annualInspection": "string",
"workScope": "string"
}
curl --location --request POST '/api/organization/edit' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"attr": 0,
"level": 0,
"adcode": "string",
"workArea": [
"string"
],
"name": "string",
"workAdcode": "string",
"address": "string",
"postCode": "string",
"foundTime": 0,
"fullTimeStaffQuantity": 0,
"partTimeStaffQuantity": 0,
"volunteerQuantity": 0,
"legalPerson": {
"name": "string",
"telephone": "string",
"email": "string",
"fax": "string"
},
"contact": {
"name": "string",
"telephone": "string",
"email": "string",
"fax": "string"
},
"workSituation": [
{
"name": "string",
"source": "string",
"expenditure": 0,
"startTime": 0,
"endTime": 0,
"targetCrowd": "string",
"targetCnt": 0,
"finishedCnt": 0,
"intro": "string"
}
],
"cooperationSituation": [
{
"name": "string",
"principal": "string",
"telephone": "string",
"intro": "string"
}
],
"creditCode": "string",
"creditCodeImgs": [
"string"
],
"legalPersonCertificateCode": "string",
"legalPersonCertificateImgs": [
"string"
],
"organizationCode": "string",
"organizationCertificateImgs": [
"string"
],
"registrationType": 0,
"registrationTime": 0,
"annualInspection": "string",
"workScope": "string"
}'
{
"code": 0,
"message": "string"
}