Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions xero-payroll-au-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ paths:
tags:
- PayrollAuV2
operationId: getTimesheets
x-hasPayrollAuProblem: true
x-hasPayrollUkProblem: true
summary: Retrieves timesheets
parameters:
- in: query
Expand Down Expand Up @@ -104,7 +104,7 @@ paths:
tags:
- PayrollAuV2
operationId: createTimesheet
x-hasPayrollAuProblem: true
x-hasPayrollUkProblem: true
x-example:
- startDateValue:
key: startDate
Expand Down Expand Up @@ -246,7 +246,7 @@ paths:
tags:
- PayrollAuV2
operationId: getTimesheet
x-hasPayrollAuProblem: true
x-hasPayrollUkProblem: true
summary: Retrieve a specific timesheet by using a unique timesheet ID
parameters:
- in: path
Expand Down Expand Up @@ -331,7 +331,7 @@ paths:
tags:
- PayrollAuV2
operationId: createTimesheetLine
x-hasPayrollAuProblem: true
x-hasPayrollUkProblem: true
x-example:
- dateValue:
key: date
Expand Down Expand Up @@ -448,7 +448,7 @@ paths:
tags:
- PayrollAuV2
operationId: approveTimesheet
x-hasPayrollAuProblem: true
x-hasPayrollUkProblem: true
summary: Approves a specific timesheet
parameters:
- $ref: "#/components/parameters/idempotencyKey"
Expand Down Expand Up @@ -515,7 +515,7 @@ paths:
tags:
- PayrollAuV2
operationId: revertTimesheet
x-hasPayrollAuProblem: true
x-hasPayrollUkProblem: true
summary: Reverts a specific timesheet to draft
parameters:
- $ref: "#/components/parameters/idempotencyKey"
Expand Down Expand Up @@ -582,7 +582,7 @@ paths:
tags:
- PayrollAuV2
operationId: updateTimesheetLine
x-hasPayrollAuProblem: true
x-hasPayrollUkProblem: true
x-example:
- dateValue:
key: date
Expand Down