{
"employmentInformation": {
"employmentAddress": "1",
"employmentCode": "1",
"employmentCommunity": "1",
"employmentPolice": "1",
"employmentRoom": "1",
"employmentStreet": "1",
"employmentUnit": "1",
"latitude": 0,
"longitude": 0
},
"guardianInformationList": [
{
"idNumber": "1",
"idType": "1",
"name": "1",
"telephone": "123456"
}
],
"habitation": {
"address": "11",
"area": 0,
"building": "1",
"community": "1",
"latitude": 0,
"longitude": 0,
"police": "1",
"policeRoom": "1",
"remark": "1",
"room": "1",
"street": "1",
"type": "1",
"unit": "1",
"village": "1"
},
"populationInformation": {
"address": "1",
"age": 0,
"attributionType": "1",
"birthday": "2024-7-30",
"country": "1",
"education": "1",
"idNumber": "1",
"idType": "1",
"market": "1",
"name": "1",
"nation": "1",
"oldName": "1",
"politicalOutlook": "1",
"populationStatus": "1",
"province": "1",
"remark": "1",
"sex": "1",
"specialPerson": "1",
"status": "1",
"street": "1",
"studentStatus": "1",
"telephone": "1",
"platformFileList":[
{
"name": "2_20240813100914A004.jpg",
"url": "/smart/2024/08/13/2_20240813100914A004.jpg",
"type": "1"
}
]
},
"studyInformation": {
"latitude": "0",
"longitude": "0",
"remark": "",
"school": "1",
"studyAddress": "1",
"studyCode": "1",
"studyCommunity": "1",
"studyStreet": "1"
}
}curl --location --request POST 'http://192.168.2.15:8080/territoriality/population' \
--header 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX2tleSI6ImNiMDgwYmRiLWY3ODEtNDkxNC05ZjM0LTdhN2IxMDM4ODRlMiIsInVzZXJuYW1lIjoiYWRtaW4ifQ.ikxj18opIH-fQVKbwcgXNK_fxDp5NGcoAsakyxG3W2O9D-syAR3kBdrqKbOnE7OGIDS2tc1qZKFpu2QAegI2aA' \
--header 'Content-Type: application/json' \
--data-raw '{
"employmentInformation": {
"employmentAddress": "1",
"employmentCode": "1",
"employmentCommunity": "1",
"employmentPolice": "1",
"employmentRoom": "1",
"employmentStreet": "1",
"employmentUnit": "1",
"latitude": 0,
"longitude": 0
},
"guardianInformationList": [
{
"idNumber": "1",
"idType": "1",
"name": "1",
"telephone": "123456"
}
],
"habitation": {
"address": "11",
"area": 0,
"building": "1",
"community": "1",
"latitude": 0,
"longitude": 0,
"police": "1",
"policeRoom": "1",
"remark": "1",
"room": "1",
"street": "1",
"type": "1",
"unit": "1",
"village": "1"
},
"populationInformation": {
"address": "1",
"age": 0,
"attributionType": "1",
"birthday": "2024-7-30",
"country": "1",
"education": "1",
"idNumber": "1",
"idType": "1",
"market": "1",
"name": "1",
"nation": "1",
"oldName": "1",
"politicalOutlook": "1",
"populationStatus": "1",
"province": "1",
"remark": "1",
"sex": "1",
"specialPerson": "1",
"status": "1",
"street": "1",
"studentStatus": "1",
"telephone": "1",
"platformFileList":[
{
"name": "2_20240813100914A004.jpg",
"url": "/smart/2024/08/13/2_20240813100914A004.jpg",
"type": "1"
}
]
},
"studyInformation": {
"latitude": "0",
"longitude": "0",
"remark": "",
"school": "1",
"studyAddress": "1",
"studyCode": "1",
"studyCommunity": "1",
"studyStreet": "1"
}
}'{}