{
"status": "success",
"message": "Salary Deduction retrieved successfully.",
"data": {
"id": 1,
"tenant_id": 1,
"name": "PPh21",
"status": 1,
"employer_contribution": "0.00",
"employee_contribution": "0.00",
"deduction_type": "tax",
"effective_date": "2025-01-01T00:00:00.000000Z",
"effective_to": null,
"description": "Progressive tax rate for income",
"contribution_type": null,
"calculation_basis": null,
"deleted_at": null,
"created_at": "2025-10-29T15:01:27.000000Z",
"updated_at": "2025-10-29T15:01:27.000000Z",
"tiers": [
{
"id": 1,
"salary_deduction_id": 1,
"min_income": "0.00",
"max_income": "50000000.00",
"tax_rate": "5.00",
"created_at": "2025-10-29T15:01:27.000000Z",
"updated_at": "2025-10-29T15:01:27.000000Z"
},
{
"id": 2,
"salary_deduction_id": 1,
"min_income": "50000001.00",
"max_income": "250000000.00",
"tax_rate": "15.00",
"created_at": "2025-10-29T15:01:27.000000Z",
"updated_at": "2025-10-29T15:01:27.000000Z"
},
{
"id": 3,
"salary_deduction_id": 1,
"min_income": "250000001.00",
"max_income": "500000000.00",
"tax_rate": "25.00",
"created_at": "2025-10-29T15:01:27.000000Z",
"updated_at": "2025-10-29T15:01:27.000000Z"
},
{
"id": 4,
"salary_deduction_id": 1,
"min_income": "500000001.00",
"max_income": null,
"tax_rate": "30.00",
"created_at": "2025-10-29T15:01:27.000000Z",
"updated_at": "2025-10-29T15:01:27.000000Z"
}
]
}
}