{
"status": "success",
"message": "Allowance types retrieved successfully",
"data": [
{
"id": 1,
"name": "Medical Allowance",
"description": "Medical Allowance",
"effective_date": null,
"expire_date": null,
"created_at": "2025-08-28T06:28:37.000000Z",
"updated_at": "2025-08-28T06:28:37.000000Z",
"job_levels": []
},
{
"id": 2,
"name": "Transportation Allowance",
"description": "Transportation Allowance",
"effective_date": null,
"expire_date": null,
"created_at": "2025-08-28T06:28:37.000000Z",
"updated_at": "2025-08-28T06:28:37.000000Z",
"job_levels": []
},
{
"id": 3,
"name": "Food Allowance",
"description": "Food Allowance",
"effective_date": null,
"expire_date": null,
"created_at": "2025-08-28T06:28:37.000000Z",
"updated_at": "2025-08-28T06:28:37.000000Z",
"job_levels": []
},
{
"id": 4,
"name": "Internet Allowance",
"description": "Internet Allowance",
"effective_date": null,
"expire_date": null,
"created_at": "2025-08-28T06:28:37.000000Z",
"updated_at": "2025-08-28T06:28:37.000000Z",
"job_levels": []
},
{
"id": 5,
"name": "Health Allowance",
"description": "Health Allowance",
"effective_date": null,
"expire_date": null,
"created_at": "2025-08-28T06:28:37.000000Z",
"updated_at": "2025-08-28T06:28:37.000000Z",
"job_levels": []
},
{
"id": 6,
"name": "Other Allowance",
"description": "Other Allowance",
"effective_date": null,
"expire_date": null,
"created_at": "2025-08-28T06:28:37.000000Z",
"updated_at": "2025-08-28T06:28:37.000000Z",
"job_levels": []
},
{
"id": 10,
"name": "Transport Allowance",
"description": "Monthly transport allowance based on job level",
"effective_date": "2024-01-01T00:00:00.000000Z",
"expire_date": "2024-12-31T00:00:00.000000Z",
"created_at": "2025-10-22T15:08:08.000000Z",
"updated_at": "2025-10-22T15:08:08.000000Z",
"job_levels": [
{
"id": 4,
"name": "Staff",
"amount": "500000.00"
},
{
"id": 5,
"name": "Senior Staff",
"amount": "750000.00"
}
]
}
],
"pagination": {
"current_page": 1,
"per_page": 10,
"total": 7,
"last_page": 1,
"from": 1,
"to": 7,
"first": "http://127.0.0.1:8000/api/v1/allowance-types?page=1",
"last": "http://127.0.0.1:8000/api/v1/allowance-types?page=1",
"prev": null,
"next": null
}
}