| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
Timesheets |
PayrollAuApi.createTimesheet(String accessToken,
String xeroTenantId,
List<Timesheet> timesheet)
Use this method to create a timesheet
|
Timesheets |
PayrollAuApi.getTimesheets(String accessToken,
String xeroTenantId,
String ifModifiedSince,
String where,
String order,
Integer page)
searches timesheets
|
Timesheets |
PayrollAuApi.updateTimesheet(String accessToken,
String xeroTenantId,
UUID timesheetID,
List<Timesheet> timesheet)
Update a Timesheet
Update properties on a single timesheet
|
| Modifier and Type | Method and Description |
|---|---|
Timesheets |
Timesheets.addTimesheetsItem(Timesheet timesheetsItem) |
Timesheets |
Timesheets.timesheets(List<Timesheet> timesheets) |
Copyright © 2020. All rights reserved.