Skip to content

Commit f20cb20

Browse files
committed
more datetime fixes
1 parent e21469a commit f20cb20

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

docs/accounting/AccountingApi.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4907,7 +4907,7 @@ end
49074907
Name | Type | Description | Notes
49084908
------------- | ------------- | ------------- | -------------
49094909
**xero_tenant_id** | **String**| Xero identifier for Tenant |
4910-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
4910+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
49114911
**where** | **String**| Filter by an any element | [optional]
49124912
**order** | **String**| Order by an any element | [optional]
49134913

@@ -5253,7 +5253,7 @@ end
52535253
Name | Type | Description | Notes
52545254
------------- | ------------- | ------------- | -------------
52555255
**xero_tenant_id** | **String**| Xero identifier for Tenant |
5256-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
5256+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
52575257
**where** | **String**| Filter by an any element | [optional]
52585258
**order** | **String**| Order by an any element | [optional]
52595259
**page** | **Integer**| Up to 100 bank transactions will be returned in a single API call with line items details | [optional]
@@ -5720,7 +5720,7 @@ end
57205720
Name | Type | Description | Notes
57215721
------------- | ------------- | ------------- | -------------
57225722
**xero_tenant_id** | **String**| Xero identifier for Tenant |
5723-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
5723+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
57245724
**where** | **String**| Filter by an any element | [optional]
57255725
**order** | **String**| Order by an any element | [optional]
57265726

@@ -5857,7 +5857,7 @@ end
58575857
Name | Type | Description | Notes
58585858
------------- | ------------- | ------------- | -------------
58595859
**xero_tenant_id** | **String**| Xero identifier for Tenant |
5860-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
5860+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
58615861
**where** | **String**| Filter by an any element | [optional]
58625862
**order** | **String**| Order by an any element | [optional]
58635863

@@ -6865,7 +6865,7 @@ end
68656865
Name | Type | Description | Notes
68666866
------------- | ------------- | ------------- | -------------
68676867
**xero_tenant_id** | **String**| Xero identifier for Tenant |
6868-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
6868+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
68696869
**where** | **String**| Filter by an any element | [optional]
68706870
**order** | **String**| Order by an any element | [optional]
68716871
**ids** | [**Array<String>**](String.md)| Filter by a comma separated list of ContactIDs. Allows you to retrieve a specific set of contacts in a single call. | [optional]
@@ -7344,7 +7344,7 @@ end
73447344
Name | Type | Description | Notes
73457345
------------- | ------------- | ------------- | -------------
73467346
**xero_tenant_id** | **String**| Xero identifier for Tenant |
7347-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
7347+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
73487348
**where** | **String**| Filter by an any element | [optional]
73497349
**order** | **String**| Order by an any element | [optional]
73507350
**page** | **Integer**| e.g. page=1 – Up to 100 credit notes will be returned in a single API call with line items shown for each credit note | [optional]
@@ -7553,7 +7553,7 @@ end
75537553
Name | Type | Description | Notes
75547554
------------- | ------------- | ------------- | -------------
75557555
**xero_tenant_id** | **String**| Xero identifier for Tenant |
7556-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
7556+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
75577557
**where** | **String**| Filter by an any element | [optional]
75587558
**order** | **String**| Order by an any element | [optional]
75597559

@@ -7754,7 +7754,7 @@ end
77547754
Name | Type | Description | Notes
77557755
------------- | ------------- | ------------- | -------------
77567756
**xero_tenant_id** | **String**| Xero identifier for Tenant |
7757-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
7757+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
77587758
**where** | **String**| Filter by an any element | [optional]
77597759
**order** | **String**| Order by an any element | [optional]
77607760

@@ -8304,7 +8304,7 @@ end
83048304
Name | Type | Description | Notes
83058305
------------- | ------------- | ------------- | -------------
83068306
**xero_tenant_id** | **String**| Xero identifier for Tenant |
8307-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
8307+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
83088308
**where** | **String**| Filter by an any element | [optional]
83098309
**order** | **String**| Order by an any element | [optional]
83108310
**ids** | [**Array<String>**](String.md)| Filter by a comma-separated list of InvoicesIDs. | [optional]
@@ -8521,7 +8521,7 @@ end
85218521
Name | Type | Description | Notes
85228522
------------- | ------------- | ------------- | -------------
85238523
**xero_tenant_id** | **String**| Xero identifier for Tenant |
8524-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
8524+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
85258525
**where** | **String**| Filter by an any element | [optional]
85268526
**order** | **String**| Order by an any element | [optional]
85278527
**unitdp** | **Integer**| e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts | [optional]
@@ -8723,7 +8723,7 @@ end
87238723
Name | Type | Description | Notes
87248724
------------- | ------------- | ------------- | -------------
87258725
**xero_tenant_id** | **String**| Xero identifier for Tenant |
8726-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
8726+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
87278727
**offset** | **Integer**| Offset by a specified journal number. e.g. journals with a JournalNumber greater than the offset will be returned | [optional]
87288728
**payments_only** | **Boolean**| Filter to retrieve journals on a cash basis. Journals are returned on an accrual basis by default. | [optional]
87298729

@@ -9208,7 +9208,7 @@ end
92089208
Name | Type | Description | Notes
92099209
------------- | ------------- | ------------- | -------------
92109210
**xero_tenant_id** | **String**| Xero identifier for Tenant |
9211-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
9211+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
92129212
**where** | **String**| Filter by an any element | [optional]
92139213
**order** | **String**| Order by an any element | [optional]
92149214
**page** | **Integer**| e.g. page=1 – Up to 100 manual journals will be returned in a single API call with line items shown for each overpayment | [optional]
@@ -9730,7 +9730,7 @@ end
97309730
Name | Type | Description | Notes
97319731
------------- | ------------- | ------------- | -------------
97329732
**xero_tenant_id** | **String**| Xero identifier for Tenant |
9733-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
9733+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
97349734
**where** | **String**| Filter by an any element | [optional]
97359735
**order** | **String**| Order by an any element | [optional]
97369736
**page** | **Integer**| e.g. page=1 – Up to 100 overpayments will be returned in a single API call with line items shown for each overpayment | [optional]
@@ -9997,7 +9997,7 @@ end
99979997
Name | Type | Description | Notes
99989998
------------- | ------------- | ------------- | -------------
99999999
**xero_tenant_id** | **String**| Xero identifier for Tenant |
10000-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
10000+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
1000110001
**where** | **String**| Filter by an any element | [optional]
1000210002
**order** | **String**| Order by an any element | [optional]
1000310003
**page** | **Integer**| Up to 100 payments will be returned in a single API call | [optional]
@@ -10203,7 +10203,7 @@ end
1020310203
Name | Type | Description | Notes
1020410204
------------- | ------------- | ------------- | -------------
1020510205
**xero_tenant_id** | **String**| Xero identifier for Tenant |
10206-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
10206+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
1020710207
**where** | **String**| Filter by an any element | [optional]
1020810208
**order** | **String**| Order by an any element | [optional]
1020910209
**page** | **Integer**| e.g. page=1 – Up to 100 prepayments will be returned in a single API call with line items shown for each overpayment | [optional]
@@ -10740,7 +10740,7 @@ end
1074010740
Name | Type | Description | Notes
1074110741
------------- | ------------- | ------------- | -------------
1074210742
**xero_tenant_id** | **String**| Xero identifier for Tenant |
10743-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
10743+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
1074410744
**status** | **String**| Filter by purchase order status | [optional]
1074510745
**date_from** | **String**| Filter by purchase order date (e.g. GET https://.../PurchaseOrders?DateFrom=2015-12-01&DateTo=2015-12-31 | [optional]
1074610746
**date_to** | **String**| Filter by purchase order date (e.g. GET https://.../PurchaseOrders?DateFrom=2015-12-01&DateTo=2015-12-31 | [optional]
@@ -11222,7 +11222,7 @@ end
1122211222
Name | Type | Description | Notes
1122311223
------------- | ------------- | ------------- | -------------
1122411224
**xero_tenant_id** | **String**| Xero identifier for Tenant |
11225-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
11225+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
1122611226
**date_from** | **Date**| Filter for quotes after a particular date | [optional]
1122711227
**date_to** | **Date**| Filter for quotes before a particular date | [optional]
1122811228
**expiry_date_from** | **Date**| Filter for quotes expiring after a particular date | [optional]
@@ -11637,7 +11637,7 @@ end
1163711637
Name | Type | Description | Notes
1163811638
------------- | ------------- | ------------- | -------------
1163911639
**xero_tenant_id** | **String**| Xero identifier for Tenant |
11640-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
11640+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
1164111641
**where** | **String**| Filter by an any element | [optional]
1164211642
**order** | **String**| Order by an any element | [optional]
1164311643
**unitdp** | **Integer**| e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts | [optional]
@@ -13185,7 +13185,7 @@ end
1318513185
Name | Type | Description | Notes
1318613186
------------- | ------------- | ------------- | -------------
1318713187
**xero_tenant_id** | **String**| Xero identifier for Tenant |
13188-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
13188+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
1318913189
**where** | **String**| Filter by an any element | [optional]
1319013190
**order** | **String**| Order by an any element | [optional]
1319113191

docs/payroll_au/PayrollAuApi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ end
605605
Name | Type | Description | Notes
606606
------------- | ------------- | ------------- | -------------
607607
**xero_tenant_id** | **String**| Xero identifier for Tenant |
608-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
608+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
609609
**where** | **String**| Filter by an any element | [optional]
610610
**order** | **String**| Order by an any element | [optional]
611611
**page** | **Integer**| e.g. page=1 – Up to 100 employees will be returned in a single API call | [optional]
@@ -745,7 +745,7 @@ end
745745
Name | Type | Description | Notes
746746
------------- | ------------- | ------------- | -------------
747747
**xero_tenant_id** | **String**| Xero identifier for Tenant |
748-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
748+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
749749
**where** | **String**| Filter by an any element | [optional]
750750
**order** | **String**| Order by an any element | [optional]
751751
**page** | **Integer**| e.g. page=1 – Up to 100 objects will be returned in a single API call | [optional]
@@ -821,7 +821,7 @@ end
821821
Name | Type | Description | Notes
822822
------------- | ------------- | ------------- | -------------
823823
**xero_tenant_id** | **String**| Xero identifier for Tenant |
824-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
824+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
825825
**where** | **String**| Filter by an any element | [optional]
826826
**order** | **String**| Order by an any element | [optional]
827827
**page** | **Integer**| e.g. page=1 – Up to 100 objects will be returned in a single API call | [optional]
@@ -961,7 +961,7 @@ end
961961
Name | Type | Description | Notes
962962
------------- | ------------- | ------------- | -------------
963963
**xero_tenant_id** | **String**| Xero identifier for Tenant |
964-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
964+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
965965
**where** | **String**| Filter by an any element | [optional]
966966
**order** | **String**| Order by an any element | [optional]
967967
**page** | **Integer**| e.g. page=1 – Up to 100 PayRuns will be returned in a single API call | [optional]
@@ -1101,7 +1101,7 @@ end
11011101
Name | Type | Description | Notes
11021102
------------- | ------------- | ------------- | -------------
11031103
**xero_tenant_id** | **String**| Xero identifier for Tenant |
1104-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
1104+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
11051105
**where** | **String**| Filter by an any element | [optional]
11061106
**order** | **String**| Order by an any element | [optional]
11071107
**page** | **Integer**| e.g. page=1 – Up to 100 objects will be returned in a single API call | [optional]
@@ -1437,7 +1437,7 @@ end
14371437
Name | Type | Description | Notes
14381438
------------- | ------------- | ------------- | -------------
14391439
**xero_tenant_id** | **String**| Xero identifier for Tenant |
1440-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
1440+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
14411441
**where** | **String**| Filter by an any element | [optional]
14421442
**order** | **String**| Order by an any element | [optional]
14431443
**page** | **Integer**| e.g. page=1 – Up to 100 SuperFunds will be returned in a single API call | [optional]
@@ -1577,7 +1577,7 @@ end
15771577
Name | Type | Description | Notes
15781578
------------- | ------------- | ------------- | -------------
15791579
**xero_tenant_id** | **String**| Xero identifier for Tenant |
1580-
**if_modified_since** | **Time**| Only records created or modified since this timestamp will be returned | [optional]
1580+
**if_modified_since** | **DateTime**| Only records created or modified since this timestamp will be returned | [optional]
15811581
**where** | **String**| Filter by an any element | [optional]
15821582
**order** | **String**| Order by an any element | [optional]
15831583
**page** | **Integer**| e.g. page=1 – Up to 100 timesheets will be returned in a single API call | [optional]

docs/projects/ProjectApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,8 @@ Name | Type | Description | Notes
804804
**page_size** | **Integer**| Optional, it is set to 50 by default. The number of items to return per page in a paged response - Must be a number between 1 and 500. | [optional]
805805
**states** | [**Array<String>**](String.md)| Comma-separated list of states to find. Will find all time entries that are in the status of whatever is specified. | [optional]
806806
**is_chargeable** | **Boolean**| Finds all time entries which relate to tasks with the charge type `TIME` or `FIXED`. | [optional]
807-
**date_after_utc** | **Time**| ISO 8601 UTC date. Finds all time entries on or after this date filtered on the `dateUtc` field. | [optional]
808-
**date_before_utc** | **Time**| ISO 8601 UTC date. Finds all time entries on or before this date filtered on the `dateUtc` field. | [optional]
807+
**date_after_utc** | **DateTime**| ISO 8601 UTC date. Finds all time entries on or after this date filtered on the `dateUtc` field. | [optional]
808+
**date_before_utc** | **DateTime**| ISO 8601 UTC date. Finds all time entries on or before this date filtered on the `dateUtc` field. | [optional]
809809

810810
### Return type
811811

0 commit comments

Comments
 (0)