Authorization: Bearer ********************{
"name": "BPJS Kesehatan Karyawan",
"status": 0,
"deduction_type": "statutory",
"effective_date": "2025-01-01",
"effective_to": "2025-12-31",
"employer_contribution": 4.0,
"employee_contribution": 1.0,
"description": "Potongan wajib untuk BPJS Kesehatan tahun 2025",
"contribution_type": "percentage",
"calculation_basis": "basic_salary",
"tiers": [
{
"min_income": 0,
"max_income": 8000000,
"tax_rate": 1.0
},
{
"min_income": 8000001,
"max_income": null,
"tax_rate": 1.0
}
]
}
{
"status": "success",
"message": "Salary Deduction updated successfully.",
"data": {
"id": 3,
"tenant_id": 1,
"name": "BPJS Kesehatan Karyawan",
"status": 0,
"employer_contribution": "4.00",
"employee_contribution": "1.00",
"deduction_type": "statutory",
"effective_date": "2025-01-01T00:00:00.000000Z",
"effective_to": "2025-12-31",
"description": "Potongan wajib untuk BPJS Kesehatan tahun 2025",
"contribution_type": "percentage",
"calculation_basis": "basic_salary",
"deleted_at": null,
"created_at": "2025-10-29T15:18:32.000000Z",
"updated_at": "2025-10-29T15:19:00.000000Z",
"tiers": [
{
"id": 7,
"salary_deduction_id": 3,
"min_income": "0.00",
"max_income": "8000000.00",
"tax_rate": "1.00",
"created_at": "2025-10-29T15:19:36.000000Z",
"updated_at": "2025-10-29T15:19:36.000000Z"
},
{
"id": 8,
"salary_deduction_id": 3,
"min_income": "8000001.00",
"max_income": null,
"tax_rate": "1.00",
"created_at": "2025-10-29T15:19:36.000000Z",
"updated_at": "2025-10-29T15:19:36.000000Z"
}
]
}
}