Authorization: Bearer ********************{
"status": "success",
"message": "Final salary fetched successfully",
"data": {
"id": 2,
"offboarding_id": 1,
"overtime_amount": "500000.00",
"bonus_amount": "1000000.00",
"reimbursement_amount": "250000.00",
"deduction_amount": "100000.00",
"allowances": [
{
"allowance_type_id": 1,
"amount": 300000
},
{
"allowance_type_id": 2,
"amount": 200000
}
],
"total_amount": "2150000.00",
"notes": "Final salary calculation for employee offboarding",
"assigned_payrun_date": null,
"status": 1,
"logged_at": null,
"created_by": 1,
"created_at": "2025-09-23T04:37:22.000000Z",
"updated_at": "2025-09-23T04:37:44.000000Z"
}
}