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: docs/v2/payroll_nz/index.html
+4-28Lines changed: 4 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -1682,20 +1682,6 @@
1682
1682
"example" : 10.0,
1683
1683
"x-is-money" : true
1684
1684
},
1685
-
"sickLeaveHoursToAccrueAnnually" : {
1686
-
"type" : "number",
1687
-
"description" : "Deprecated use SickLeaveToAccrueAnnually",
1688
-
"format" : "double",
1689
-
"example" : 100.5,
1690
-
"x-is-money" : true
1691
-
},
1692
-
"sickLeaveMaximumHoursToAccrue" : {
1693
-
"type" : "number",
1694
-
"description" : "Deprecated use SickLeaveMaximumToAccrue",
1695
-
"format" : "double",
1696
-
"example" : 200.5,
1697
-
"x-is-money" : true
1698
-
},
1699
1685
"SickLeaveToAccrueAnnually" : {
1700
1686
"type" : "number",
1701
1687
"description" : "Number of units accrued annually for sick leave. The type of units is determined by the property \"TypeOfUnitsToAccrue\" on the \"Sick Leave\" leave type",
"description" : "Deprecated use UnitsAccruedAnnually",
1775
-
"format" : "double",
1776
-
"x-is-money" : true
1777
-
},
1778
-
"UnitsAccruedAnnually" : {
1758
+
"unitsAccruedAnnually" : {
1779
1759
"type" : "number",
1780
1760
"description" : "The number of units accrued for the leave annually. This is 0 when the ScheduleOfAccrual chosen is \"NoAccruals\"",
1781
1761
"format" : "double",
@@ -1803,7 +1783,7 @@
1803
1783
},
1804
1784
"rateAccruedHourly" : {
1805
1785
"type" : "number",
1806
-
"description" : "The number of hours added to the leave balance for every hour worked by the employee. This is normally 0, unless the scheduleOfAccrual chosen is \"OnHourWorked\"",
Copy file name to clipboardExpand all lines: lib/Api/AccountingApi.php
+22-10Lines changed: 22 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
*
15
15
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
16
16
*
17
-
* OpenAPI spec version: 9.3.0
17
+
* OpenAPI spec version: 10.1.0
18
18
* Contact: api@xero.com
19
19
* Generated by: https://openapi-generator.tech
20
20
* OpenAPI Generator version: 5.4.0
@@ -39793,13 +39793,14 @@ protected function getOverpaymentHistoryRequest($xero_tenant_id, $overpayment_id
39793
39793
* @param int $page e.g. page=1 – Up to 100 overpayments will be returned in a single API call with line items shown for each overpayment (optional)
39794
39794
* @param int $unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)
39795
39795
* @param int $page_size Number of records to retrieve per page (optional)
39796
+
* @param string[] $references Filter by a comma-separated list of References (optional)
39796
39797
* @throws \XeroAPI\XeroPHP\ApiException on non-2xx response
@@ -39812,13 +39813,14 @@ public function getOverpayments($xero_tenant_id, $if_modified_since = null, $whe
39812
39813
* @param int $page e.g. page=1 – Up to 100 overpayments will be returned in a single API call with line items shown for each overpayment (optional)
39813
39814
* @param int $unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)
39814
39815
* @param int $page_size Number of records to retrieve per page (optional)
39816
+
* @param string[] $references Filter by a comma-separated list of References (optional)
39815
39817
* @throws \XeroAPI\XeroPHP\ApiException on non-2xx response
39816
39818
* @throws \InvalidArgumentException
39817
39819
* @return array of \XeroAPI\XeroPHP\Models\Accounting\Overpayments, HTTP status code, HTTP response headers (array of strings)
@@ -39894,12 +39896,13 @@ public function getOverpaymentsWithHttpInfo($xero_tenant_id, $if_modified_since
39894
39896
* @param int $page e.g. page=1 – Up to 100 overpayments will be returned in a single API call with line items shown for each overpayment (optional)
39895
39897
* @param int $unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)
39896
39898
* @param int $page_size Number of records to retrieve per page (optional)
39899
+
* @param string[] $references Filter by a comma-separated list of References (optional)
* @param int $page e.g. page=1 – Up to 100 overpayments will be returned in a single API call with line items shown for each overpayment (optional)
39917
39920
* @param int $unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)
39918
39921
* @param int $page_size Number of records to retrieve per page (optional)
39922
+
* @param string[] $references Filter by a comma-separated list of References (optional)
* @param int $page e.g. page=1 – Up to 100 overpayments will be returned in a single API call with line items shown for each overpayment (optional)
39965
39969
* @param int $unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)
39966
39970
* @param int $page_size Number of records to retrieve per page (optional)
39971
+
* @param string[] $references Filter by a comma-separated list of References (optional)
0 commit comments