Authorization: Bearer ********************{
"name": "Transport Allowance 2",
"description": "Monthly transport allowance based on job level",
"effective_date": "2024-01-01",
"expire_date": "2024-12-31",
"allowance_items": [
{
"job_level_id": 1,
"amount": 5000002
},
{
"job_level_id": 2,
"amount": 7500002
}
]
}
{
"status": "success",
"message": "Allowance type created 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": [
{
"job_level_id": 1,
"job_level_name": "Staff",
"amount": "500000.00"
},
{
"job_level_id": 2,
"job_level_name": "Senior Staff",
"amount": "750000.00"
}
]
}
}