/teachers/{teacher_id}.{
"address": {
"street": "string",
"rt": "string",
"rw": "string",
"subDistrict": "string",
"district": "string",
"city": "string",
"province": "string",
"country": "string",
"postalCode": "string",
"location": {
"type": "POINT",
"coordinates": [
0,
0
]
}
},
"assignmentDate": "2019-08-24T14:15:22.123Z",
"birthDate": "2019-08-24T14:15:22.123Z",
"bloodType": "A",
"familyCardNumber": "string",
"gender": "male",
"landline": "string",
"nik": "string",
"npwp": "string",
"nuptk": "string",
"phone": "string",
"ptkPosition": "string",
"ptkStatus": "string",
"ptkType": "string",
"religion": "ISLAM"
}curl --location --request PATCH 'https://sims.sman1samarinda.sch.id/api/teachers/c1f172b62bb946dae3e5dc3f' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": {
"street": "string",
"rt": "string",
"rw": "string",
"subDistrict": "string",
"district": "string",
"city": "string",
"province": "string",
"country": "string",
"postalCode": "string",
"location": {
"type": "POINT",
"coordinates": [
0,
0
]
}
},
"assignmentDate": "2019-08-24T14:15:22.123Z",
"birthDate": "2019-08-24T14:15:22.123Z",
"bloodType": "A",
"familyCardNumber": "string",
"gender": "male",
"landline": "string",
"nik": "string",
"npwp": "string",
"nuptk": "string",
"phone": "string",
"ptkPosition": "string",
"ptkStatus": "string",
"ptkType": "string",
"religion": "ISLAM"
}'{
"success": true,
"message": "Updated the teacher information successfully.",
"meta": {},
"errors": [],
"result": {
"id": "48eb85fd5afa103a0ca9832f",
"userId": "d2da67377ae5dde248beadac",
"address": {
"street": "Jl. Beruang",
"rt": "094",
"rw": "037",
"subDistrict": "Sempaja Utara",
"district": "Samarinda Utara",
"city": "Samarinda",
"province": "Kalimantan Timur",
"country": "ID",
"postalCode": "75124",
"location": [
"167.1656",
"-121.2745"
]
},
"assignmentDate": "2025-03-20T07:54:08.429Z",
"birthDate": "2025-03-20T07:54:08.429Z",
"bloodType": "O",
"familyCardNumber": "1799677321176241",
"gender": "MALE",
"landline": "0541123456",
"nik": "0522539468888213",
"npwp": "1623702705456206",
"nuptk": "7554245487540038",
"phoneNumber": "6281234567890",
"ptkPosition": "Guru Matematika",
"ptkStatus": "PPPK",
"ptkType": "Guru",
"religion": "ISLAM"
}
}