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/accounting/Api/AccountingApi.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8544,7 +8544,7 @@ Name | Type | Description | Notes
8544
8544
[[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)
Copy file name to clipboardExpand all lines: docs/accounting/Model/Invoice.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Name | Type | Description | Notes
25
25
**total** | **double** | Total of Invoice tax inclusive (i.e. SubTotal + TotalTax). This will be ignored if it doesn’t equal the sum of the LineAmounts | [optional]
26
26
**total_discount** | **double** | Total of discounts applied on the invoice line items | [optional]
**tracking_option_id** | **string** | The Xero identifier for a tracking optione.g. ae777a87-5ef3-4fa0-a4f0-d10e1f13073a | [optional]
7
-
**name** | **string** | The name of the tracking option e.g. Marketing, East (max length =50) | [optional]
6
+
**tracking_option_id** | **string** | The Xero identifier for a tracking option e.g. ae777a87-5ef3-4fa0-a4f0-d10e1f13073a | [optional]
7
+
**name** | **string** | The name of the tracking option e.g. Marketing, East (max length =100) | [optional]
8
8
**status** | **string** | The status of a tracking option | [optional]
9
-
**tracking_category_id** | **string** | Filter by a tracking categorye.g. 297c2dc5-cc47-4afd-8ec8-74990b8761e9 | [optional]
9
+
**tracking_category_id** | **string** | Filter by a tracking category e.g. 297c2dc5-cc47-4afd-8ec8-74990b8761e9 | [optional]
10
10
11
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
@@ -304,7 +304,7 @@ $apiInstance = new XeroAPI\XeroPHP\Api\AssetApi(
304
304
new GuzzleHttp\Client(),
305
305
$config
306
306
);
307
-
$xero_tenant_id = 'xero_tenant_id_example'; // string | Xero identifier for Tenant
307
+
$xero_tenant_id = YOUR_XERO_TENANT_ID; // string | Xero identifier for Tenant
308
308
$status = new \XeroAPI\XeroPHP\Models\Asset\\XeroAPI\XeroPHP\Models\Asset\AssetStatusQueryParam(); // \XeroAPI\XeroPHP\Models\Asset\AssetStatusQueryParam | Required when retrieving a collection of assets. See Asset Status Codes
309
309
$page = 1; // int | Results are paged. This specifies which page of the results to return. The default page is 1.
310
310
$page_size = 5; // int | The number of records returned per page. By default the number of records returned is 10.
0 commit comments