Skip to content

Commit

Permalink
Corrected payroll uk docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Sep 12, 2024
1 parent a574390 commit cb832e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v4/payroll-uk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4948,7 +4948,7 @@ <h3>Usage and SDK Samples</h3>
employeeLeaveType.setLeaveTypeID(UUID.fromString("00000000-0000-0000-0000-000000000000"));
employeeLeaveType.setScheduleOfAccrual(com.xero.models.payrolluk.EmployeeLeaveType.ScheduleOfAccrualEnum.BeginningOfCalendarYear);
employeeLeaveType.setOpeningBalance(5.25);
employeeLeaveType.setScheduleOfAccrualDate();
employeeLeaveType.setScheduleOfAccrualDate(2024-05-01);

try {
EmployeeLeaveTypeObject result = apiInstance.createEmployeeLeaveType(accessToken, xeroTenantId, employeeID, employeeLeaveType, idempotencyKey);
Expand Down

0 comments on commit cb832e6

Please sign in to comment.