{
"status": "success",
"message": "Salary Deductions retrieved successfully.",
"data": {
"current_page": 1,
"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"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v1/setting/salary-deduction?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://127.0.0.1:8000/api/v1/setting/salary-deduction?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"page": null,
"active": false
},
{
"url": "http://127.0.0.1:8000/api/v1/setting/salary-deduction?page=1",
"label": "1",
"page": 1,
"active": true
},
{
"url": null,
"label": "Next »",
"page": null,
"active": false
}
],
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v1/setting/salary-deduction",
"per_page": 10,
"prev_page_url": null,
"to": 1,
"total": 1
}
}