Skip to content

Commit 597e253

Browse files
author
sangeet-joy_xero
committed
Docs update
1 parent cd479b0 commit 597e253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v4/payroll-nz/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6287,7 +6287,7 @@ <h3>Usage and SDK Samples</h3>
62876287
workingWeek.setsunday(0);
62886288

62896289
try {
6290-
EmployeeWorkingPatternWithWorkingWeeks result = apiInstance.createEmployeeWorkingPattern(accessToken, xeroTenantId, employeeID, employeeWorkingPatternWithWorkingWeeksRequest, idempotencyKey);
6290+
EmployeeWorkingPatternWithWorkingWeeksObject result = apiInstance.createEmployeeWorkingPattern(accessToken, xeroTenantId, employeeID, employeeWorkingPatternWithWorkingWeeksRequest, idempotencyKey);
62916291
System.out.println(result);
62926292
} catch (XeroException e) {
62936293
System.err.println("Exception when calling PayrollNzApi#createEmployeeWorkingPattern");

0 commit comments

Comments
 (0)