{
"status": "success",
"message": "Salary Deduction created successfully.",
"data": {
"name": "PPh21",
"deduction_type": "tax",
"effective_date": "2025-01-01T00:00:00.000000Z",
"description": "Progressive tax rate for income",
"tenant_id": 1,
"status": 1,
"updated_at": "2025-10-29T15:01:27.000000Z",
"created_at": "2025-10-29T15:01:27.000000Z",
"id": 1,
"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"
}
]
}
}