Authorization: Bearer ********************{
"shift_id":[1,2,3],
"duration_type": "lte",
"min_minutes": 30,
"payroll_amount": 50000.00,
"leave_impact": "half_day",
"is_payroll_deduction": true,
"is_leave_impact": true,
"priority": 1,
"is_active": true,
"starts_on": "",
"ends_on": "",
"note": "Late deduction with both payroll and leave impact"
}{
"status": "string",
"message": {
"id": 0,
"tenant_id": 0,
"shift_id": 0,
"shift_name": null,
"duration_type": "string",
"duration_type_label": "string",
"min_minutes": 0,
"min_minutes_formatted": "string",
"max_minutes": null,
"max_minutes_formatted": null,
"payroll_amount": "string",
"payroll_amount_formatted": "string",
"leave_impact": "string",
"leave_impact_label": "string",
"priority": 0,
"is_active": true,
"starts_on": null,
"ends_on": null,
"note": "string",
"created_at": "string",
"updated_at": "string"
},
"messgae": "string"
}