You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xero-payroll-nz.yaml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6849,9 +6849,11 @@ components:
6849
6849
description: The type of units taken for the leave
6850
6850
type: string
6851
6851
periodStatus:
6852
-
description: Status of leave. "Estimated"
6852
+
description: Status of leave
6853
6853
type: string
6854
6854
enum:
6855
+
- Approved
6856
+
- Completed
6855
6857
- Estimated
6856
6858
EmployeeLeaveBalances:
6857
6859
type: object
@@ -7151,13 +7153,13 @@ components:
7151
7153
type: string
7152
7154
example: OnAnniversaryDate
7153
7155
SickLeaveAnniversaryDate:
7154
-
description: If Sick Leave Schedule of Accrual is "OnAnniversaryDate", this is the date when entitled to Sick Leave
7156
+
description: If Sick Leave Schedule of Accrual is "OnAnniversaryDate", this is the date when entitled to Sick Leave. When null the Employee's start date is used as the anniversary date
7155
7157
type: string
7156
7158
format: date
7157
7159
example: 2020-01-19
7158
7160
x-is-date: true
7159
7161
AnnualLeaveAnniversaryDate:
7160
-
description: The first date the employee will accrue Annual Leave, this is typically 12 months from their start date
7162
+
description: The first date the employee will accrue Annual Leave. When null the Employee's start date is used as the anniversary date
7161
7163
type: string
7162
7164
format: date
7163
7165
example: 2020-01-19
@@ -7200,12 +7202,12 @@ components:
7200
7202
description: The type of units accrued for the leave annually
7201
7203
type: string
7202
7204
maximumToAccrue:
7203
-
description: The maximum number of hours that can be accrued for the leave
7205
+
description: The maximum number of units that can be accrued for the leave
7204
7206
type: number
7205
7207
format: double
7206
7208
x-is-money: true
7207
7209
openingBalance:
7208
-
description: The initial number of hours assigned when the leave was added to the employee
7210
+
description: The initial number of units assigned when the leave was added to the employee
0 commit comments