/staff/{staff_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/staff/' \
--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 staff information successfully.",
"meta": {},
"errors": [],
"result": {
"id": "e509bd5715d2a31e33ece7e9",
"userId": "67eab964fb61cabb696bbeeb",
"address": {
"street": "Jl. Beruang",
"rt": "024",
"rw": "074",
"subDistrict": "Sempaja Utara",
"district": "Samarinda Utara",
"city": "Samarinda",
"province": "Kalimantan Timur",
"country": "ID",
"postalCode": "75124",
"location": [
"-151.1845",
"-32.1933"
]
},
"assignmentDate": "2025-03-20T07:47:17.462Z",
"birthDate": "2025-03-20T07:47:17.462Z",
"bloodType": "O",
"familyCardNumber": "1525137306248671",
"gender": "FEMALE",
"landline": "0541123456",
"nik": "4266712666667746",
"npwp": "4610758751247262",
"nuptk": "5594778944871114",
"phoneNumber": "6281234567890",
"ptkPosition": "Tenaga Administrasi Sekolah",
"ptkStatus": "PNS",
"ptkType": "Tenaga Kependidikan",
"religion": "ISLAM"
}
}