{
"organizationId": 1,
"name": "test",
"year": 2024,
"periodeCode": "code01",
"periode": "Sem 1",
"eafPltu": 2.5,
"eafNonPltu": 3.5,
"eforPltu": 3.5,
"eforNonPltu": 3.5,
"cf": 3.5,
"sof": 3.5,
"ps": 3.5,
"sfc": 3.5,
"scc": 3.5,
"nphr": 3.5,
"sgc": 3.5
}
curl --location --request PUT 'http://localhost:8080/api/v1/kpiTarget//edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"organizationId": 1,
"name": "test",
"year": 2024,
"periodeCode": "code01",
"periode": "Sem 1",
"eafPltu": 2.5,
"eafNonPltu": 3.5,
"eforPltu": 3.5,
"eforNonPltu": 3.5,
"cf": 3.5,
"sof": 3.5,
"ps": 3.5,
"sfc": 3.5,
"scc": 3.5,
"nphr": 3.5,
"sgc": 3.5
}'
{}