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
**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]
6869
6869
**where** | **String**| Filter by an any element | [optional]
6870
6870
**order** | **String**| Order by an any element | [optional]
6871
6871
**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]
**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]
7348
7348
**where** | **String**| Filter by an any element | [optional]
7349
7349
**order** | **String**| Order by an any element | [optional]
7350
7350
**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]
**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]
8727
8727
**offset** | **Integer**| Offset by a specified journal number. e.g. journals with a JournalNumber greater than the offset will be returned | [optional]
8728
8728
**payments_only** | **Boolean**| Filter to retrieve journals on a cash basis. Journals are returned on an accrual basis by default. | [optional]
**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]
9212
9212
**where** | **String**| Filter by an any element | [optional]
9213
9213
**order** | **String**| Order by an any element | [optional]
9214
9214
**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]
**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]
9734
9734
**where** | **String**| Filter by an any element | [optional]
9735
9735
**order** | **String**| Order by an any element | [optional]
9736
9736
**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]
**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]
10207
10207
**where** | **String**| Filter by an any element | [optional]
10208
10208
**order** | **String**| Order by an any element | [optional]
10209
10209
**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]
**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]
10744
10744
**status** | **String**| Filter by purchase order status | [optional]
10745
10745
**date_from** | **String**| Filter by purchase order date (e.g. GET https://.../PurchaseOrders?DateFrom=2015-12-01&DateTo=2015-12-31 | [optional]
10746
10746
**date_to** | **String**| Filter by purchase order date (e.g. GET https://.../PurchaseOrders?DateFrom=2015-12-01&DateTo=2015-12-31 | [optional]
Copy file name to clipboardExpand all lines: docs/projects/ProjectApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -804,8 +804,8 @@ Name | Type | Description | Notes
804
804
**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]
805
805
**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]
806
806
**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]
0 commit comments