{
"industrialActivityUnit": "string",
"year": "string",
"postalCode": "string",
"financialAccount": "string",
"industryTitle": "string",
"neighborhoodCommitteesNumber": "string",
"organizationLocationAdministrativeDivision": "string",
"id": 0,
"isEscrowService": "string",
"noEnrollment": 0,
"longitude": "string",
"organizationProfile": "string",
"organizationName": "string",
"departmentTelephone": "string",
"updateName": "string",
"businessSphere": "string",
"organizationAddress": "string",
"phone": "string",
"districtDivision": "string",
"unifiedSocialCreditIdentifier": "string",
"officeRooms": "string",
"createName": "string",
"siteArea": "string",
"establishmentDate": "string",
"latitude": "string",
"isLegalPerson": "string",
"officeOccupancy": "string",
"serviceCenterType": "string",
"nextYearOperatingExpenses": "string",
"updateBy": 0,
"informantName": "string",
"reportingTime": "string",
"siteNature": "string",
"serviceCenterCategory": "string",
"agencyHead": "string",
"serviceAgencyName": "string",
"administrativeVillagesNumber": "string",
"contactEmail": "string",
"serviceQuarter": "string",
"establishmentQuantity": 0,
"structureCharacter": 0,
"informantPhone": "string",
"institutionalAdministrativeLevel": 0,
"subordinateDepartment": 0,
"enrollment": 0,
"unitImplementsAccountingSystem": "string",
"faxNumber": "string",
"totalFixedAssets": "string",
"yearOperatingExpenses": "string",
"principalPhone": "string"
}
curl --location --request POST 'http://hy-register:9999/veteran/middleServiceCenter' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"industrialActivityUnit": "string",
"year": "string",
"postalCode": "string",
"financialAccount": "string",
"industryTitle": "string",
"neighborhoodCommitteesNumber": "string",
"organizationLocationAdministrativeDivision": "string",
"id": 0,
"isEscrowService": "string",
"noEnrollment": 0,
"longitude": "string",
"organizationProfile": "string",
"organizationName": "string",
"departmentTelephone": "string",
"updateName": "string",
"businessSphere": "string",
"organizationAddress": "string",
"phone": "string",
"districtDivision": "string",
"unifiedSocialCreditIdentifier": "string",
"officeRooms": "string",
"createName": "string",
"siteArea": "string",
"establishmentDate": "string",
"latitude": "string",
"isLegalPerson": "string",
"officeOccupancy": "string",
"serviceCenterType": "string",
"nextYearOperatingExpenses": "string",
"updateBy": 0,
"informantName": "string",
"reportingTime": "string",
"siteNature": "string",
"serviceCenterCategory": "string",
"agencyHead": "string",
"serviceAgencyName": "string",
"administrativeVillagesNumber": "string",
"contactEmail": "string",
"serviceQuarter": "string",
"establishmentQuantity": 0,
"structureCharacter": 0,
"informantPhone": "string",
"institutionalAdministrativeLevel": 0,
"subordinateDepartment": 0,
"enrollment": 0,
"unitImplementsAccountingSystem": "string",
"faxNumber": "string",
"totalFixedAssets": "string",
"yearOperatingExpenses": "string",
"principalPhone": "string"
}'
{
"code": 0,
"msg": "",
"data": {}
}