{
"status": "string",
"message": "string",
"data": {
"id": 0,
"employee": {
"id": 0,
"name": "string",
"email": "string",
"salary_nett": "string",
"base_salary": "string",
"job_title": "string",
"job_level": "string"
},
"gross_pay": "string",
"net_pay": 0,
"working_hours": 0,
"working_days": 0,
"allowance": [
{
"allowance_name": "string",
"allowance_value": 0,
"allowance_type_id": 0
}
],
"overtime": [
"string"
],
"additional_earning": [
"string"
],
"deduction": [
"string"
],
"currency": "string",
"status": 0,
"status_label": "string",
"sent_at": null,
"created_at": "string",
"updated_at": "string",
"tenant_id": 0,
"payrun_id": 0,
"employee_id": null,
"employment_id": 0,
"can_be_edited": true,
"can_be_approved": true,
"can_be_voided": true,
"total_allowances": 0,
"total_overtime": 0,
"total_additional_earnings": 0,
"total_deductions": 0
}
}