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: doc/accounting/Api/AccountingApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6726,7 +6726,7 @@ Name | Type | Description | Notes
6726
6726
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
@@ -6755,11 +6755,11 @@ $statuses = "DRAFT", "SUBMITTED"; // string[] | Filter by a
6755
6755
$page = 1; // int | e.g. page=1 – Up to 100 invoices will be returned in a single API call with line items shown for each invoice
6756
6756
$include_archived = True; // bool | e.g. includeArchived=true - Invoices with a status of ARCHIVED will be included in the response
6757
6757
$created_by_my_app = false; // bool | When set to true you'll only retrieve Invoices created by your app
6758
-
$summary_only = true; // bool | Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient.
6759
6758
$unitdp = 4; // int | e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts
6759
+
$summary_only = true; // bool | Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient.
echo 'Exception when calling AccountingApi->getInvoices: ', $e->getMessage(), PHP_EOL;
@@ -6782,8 +6782,8 @@ Name | Type | Description | Notes
6782
6782
**page** | **int**| e.g. page=1 – Up to 100 invoices will be returned in a single API call with line items shown for each invoice | [optional]
6783
6783
**include_archived** | **bool**| e.g. includeArchived=true - Invoices with a status of ARCHIVED will be included in the response | [optional]
6784
6784
**created_by_my_app** | **bool**| When set to true you'll only retrieve Invoices created by your app | [optional]
6785
-
**summary_only** | **bool**| Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. | [optional] [default to false]
6786
6785
**unitdp** | **int**| e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts | [optional]
6786
+
**summary_only** | **bool**| Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. | [optional] [default to false]
Copy file name to clipboardExpand all lines: lib/Api/AccountingApi.php
+19-19Lines changed: 19 additions & 19 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: 2.13.1
17
+
* OpenAPI spec version: 2.13.2
18
18
* Contact: api@xero.com
19
19
* Generated by: https://openapi-generator.tech
20
20
* OpenAPI Generator version: 4.3.1
@@ -31832,15 +31832,15 @@ protected function getInvoiceRemindersRequest($xero_tenant_id)
31832
31832
* @param int $page e.g. page=1 – Up to 100 invoices will be returned in a single API call with line items shown for each invoice (optional)
31833
31833
* @param bool $include_archived e.g. includeArchived=true - Invoices with a status of ARCHIVED will be included in the response (optional)
31834
31834
* @param bool $created_by_my_app When set to true you'll only retrieve Invoices created by your app (optional)
31835
-
* @param bool $summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (optional, default to false)
31836
31835
* @param int $unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)
31836
+
* @param bool $summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (optional, default to false)
31837
31837
* @throws \XeroAPI\XeroPHP\ApiException on non-2xx response
@@ -31857,15 +31857,15 @@ public function getInvoices($xero_tenant_id, $if_modified_since = null, $where =
31857
31857
* @param int $page e.g. page=1 – Up to 100 invoices will be returned in a single API call with line items shown for each invoice (optional)
31858
31858
* @param bool $include_archived e.g. includeArchived=true - Invoices with a status of ARCHIVED will be included in the response (optional)
31859
31859
* @param bool $created_by_my_app When set to true you'll only retrieve Invoices created by your app (optional)
31860
-
* @param bool $summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (optional, default to false)
31861
31860
* @param int $unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)
31861
+
* @param bool $summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (optional, default to false)
31862
31862
* @throws \XeroAPI\XeroPHP\ApiException on non-2xx response
31863
31863
* @throws \InvalidArgumentException
31864
31864
* @return array of \XeroAPI\XeroPHP\Models\Accounting\Invoices, HTTP status code, HTTP response headers (array of strings)
@@ -31945,14 +31945,14 @@ public function getInvoicesWithHttpInfo($xero_tenant_id, $if_modified_since = nu
31945
31945
* @param int $page e.g. page=1 – Up to 100 invoices will be returned in a single API call with line items shown for each invoice (optional)
31946
31946
* @param bool $include_archived e.g. includeArchived=true - Invoices with a status of ARCHIVED will be included in the response (optional)
31947
31947
* @param bool $created_by_my_app When set to true you'll only retrieve Invoices created by your app (optional)
31948
-
* @param bool $summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (optional, default to false)
31949
31948
* @param int $unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)
31949
+
* @param bool $summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (optional, default to false)
* @param int $page e.g. page=1 – Up to 100 invoices will be returned in a single API call with line items shown for each invoice (optional)
31974
31974
* @param bool $include_archived e.g. includeArchived=true - Invoices with a status of ARCHIVED will be included in the response (optional)
31975
31975
* @param bool $created_by_my_app When set to true you'll only retrieve Invoices created by your app (optional)
31976
-
* @param bool $summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (optional, default to false)
31977
31976
* @param int $unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)
31977
+
* @param bool $summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (optional, default to false)
* @param int $page e.g. page=1 – Up to 100 invoices will be returned in a single API call with line items shown for each invoice (optional)
32028
32028
* @param bool $include_archived e.g. includeArchived=true - Invoices with a status of ARCHIVED will be included in the response (optional)
32029
32029
* @param bool $created_by_my_app When set to true you'll only retrieve Invoices created by your app (optional)
32030
-
* @param bool $summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (optional, default to false)
32031
32030
* @param int $unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)
32031
+
* @param bool $summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (optional, default to false)
Copy file name to clipboardExpand all lines: lib/Api/AssetApi.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
*
15
15
* The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
0 commit comments