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
description: invalid input, object invalid - When IsQualifyingEarnings supplied it will be validated against the IsExemptFromSuper and other fields.
1629
1651
requestBody:
1630
1652
required: true
1631
1653
content:
@@ -1637,9 +1659,10 @@ paths:
1637
1659
- Name: MyRate
1638
1660
AccountCode: "400"
1639
1661
TypeOfUnits: "4.00"
1640
-
IsExemptFromTax: true
1662
+
IsExemptFromTax: false
1641
1663
IsExemptFromSuper: true
1642
1664
IsReportableAsW1: false
1665
+
IsQualifyingEarnings: true
1643
1666
AllowanceContributesToAnnualLeaveRate: false
1644
1667
AllowanceContributesToOvertimeRate: false
1645
1668
EarningsType: ORDINARYTIMEEARNINGS
@@ -3350,10 +3373,6 @@ components:
3350
3373
type: array
3351
3374
items:
3352
3375
$ref: "#/components/schemas/LeaveBalance"
3353
-
LeaveLines:
3354
-
type: array
3355
-
items:
3356
-
$ref: "#/components/schemas/LeaveLine"
3357
3376
SuperMemberships:
3358
3377
type: array
3359
3378
items:
@@ -4238,6 +4257,10 @@ components:
4238
4257
description: Boolean to determine if the earnings rate is reportable or exempt from W1
4239
4258
type: boolean
4240
4259
example: false
4260
+
IsQualifyingEarnings:
4261
+
description: Optional Boolean to determine if the earnings rate is considered as qualifying earnings for superannuation guarantee calculations. When not specified value is calculated based on earnings type and superannuation settings
4262
+
type: boolean
4263
+
example: true
4241
4264
AllowanceContributesToAnnualLeaveRate:
4242
4265
description: Boolean to determine if the allowance earnings rate contributes towards annual leave rate. Only applicable if EarningsType is ALLOWANCE and RateType is RATEPERUNIT
4243
4266
type: boolean
@@ -4387,6 +4410,10 @@ components:
4387
4410
description: Set this to indicate that the leave type is exempt from superannuation guarantee contribution
4388
4411
type: boolean
4389
4412
example: true
4413
+
IsQualifyingEarnings:
4414
+
description: Optional Boolean to determine if the earnings rate is considered as qualifying earnings for superannuation guarantee calculations. When not specified value is calculated based on earnings type and superannuation settings
4415
+
type: boolean
4416
+
example: true
4390
4417
ReimbursementType:
4391
4418
type: object
4392
4419
properties:
@@ -4521,6 +4548,10 @@ components:
4521
4548
readOnly: true
4522
4549
x-is-msdate-time: true
4523
4550
example: /Date(1583967733054+0000)/
4551
+
IncludeLeaveLoadingInQualifyingEarnings:
4552
+
description: Optional Boolean to determine if leave loading is considered as qualifying earnings for superannuation guarantee calculations
4553
+
type: boolean
4554
+
example: true
4524
4555
type: object
4525
4556
BankAccount:
4526
4557
type: object
@@ -4755,6 +4786,10 @@ components:
4755
4786
description: amount of leave line
4756
4787
type: boolean
4757
4788
example: true
4789
+
IsQualifyingEarnings:
4790
+
description: Optional Boolean to determine if the earnings rate is considered as qualifying earnings for superannuation guarantee calculations. When not specified value is calculated based on superannuation settings
4791
+
type: boolean
4792
+
example: true
4758
4793
NumberOfUnits:
4759
4794
description: Number of units for leave line.
4760
4795
type: number
@@ -4806,6 +4841,20 @@ components:
4806
4841
description: Reset the STP categorisations for the leave type. *Only applicable for Leave Types with Annual Leave Categories
0 commit comments