Skip to content

Conversation

@kurtlnz
Copy link

@kurtlnz kurtlnz commented Nov 20, 2025

Description

This change set implements the following 2.0 endpoints for Timesheets in AU Payroll

  1. [GET] /Timesheets
  2. [GET] /Timesheets/{TimesheetID}
  3. [POST] /Timesheets
  4. [POST] /Timesheets/{TimesheetID}/Approve
  5. [POST] /Timesheets/{TimesheetID}/RevertToDraft
  6. [POST] /Timesheets/{TimesheetID}/Lines
  7. [PUT] /Timesheets/{TimesheetID}/Lines/{TimesheetLineID}
  8. [DELETE] /Timesheets/{TimesheetID}
  9. [DELETE] /Timesheets/{TimesheetID}/Lines/{TimesheetLineID}

This brings AU functionality into line with Timesheets in NZ and UK Payroll.

Release Notes

See above

Screenshots (if appropriate):

Developer documentation:
image

Types of Changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

This implements the 2.0 endpoints for Timesheets in AU Payroll
@github-actions
Copy link

PETOSS-859

@github-actions
Copy link

Thanks for raising an issue, a ticket has been created to track your request

@kurtlnz kurtlnz marked this pull request as ready for review November 20, 2025 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant