Skip to content

Commit

Permalink
Corrected the payroll docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Sep 12, 2024
1 parent 313b9b6 commit 5eceee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/payroll-uk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4970,7 +4970,7 @@ <h3>Usage and SDK Samples</h3>
employeeLeaveType.LeaveTypeID = Guid.Parse("00000000-0000-0000-0000-000000000000");
employeeLeaveType.ScheduleOfAccrual = EmployeeLeaveType.ScheduleOfAccrualEnum.BeginningOfCalendarYear;
employeeLeaveType.OpeningBalance = 5.25;
employeeLeaveType.ScheduleOfAccrualDate = ;
employeeLeaveType.ScheduleOfAccrualDate = 2024-05-01;

try {
var result = await apiInstance.CreateEmployeeLeaveTypeAsync(accessToken, xeroTenantId, employeeID, employeeLeaveType, idempotencyKey);
Expand Down

0 comments on commit 5eceee5

Please sign in to comment.