Authorization: Bearer ********************{
"status": "success",
"message": "Allowance type retrieved successfully",
"data": {
"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"
}
]
}
}