Skip to content

Commit 52a33c6

Browse files
author
sangeet-joy_xero
committed
Build from OAS 6.2.0
1 parent 5f5bf7e commit 52a33c6

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

docs/accounting/AccountingApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14636,7 +14636,7 @@ api_instance = xero_client.<api_set>
1463614636

1463714637
xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
1463814638
credit_note_id = '00000000-0000-0000-0000-000000000000' # String | Unique identifier for a Credit Note
14639-
credit_notes = { "CreditNotes": [ { "Type": "ACCPAYCREDIT", "Contact": { "ContactID": "430fa14a-f945-44d3-9f97-5df5e28441b8" }, "Date": "2019-01-05", "Status": "AUTHORISED", "Reference": "HelloWorld", "LineItems": [ { "Description": "Foobar", "Quantity": 2, "UnitAmount": 20, "AccountCode": "400" } ] } ] } # CreditNotes | an array of Credit Notes containing credit note details to update
14639+
credit_notes = { "CreditNotes": [ { "Type": "ACCPAYCREDIT", "Contact": { "ContactID": "430fa14a-f945-44d3-9f97-5df5e28441b8" }, "Date": "2019-01-05", "Status": "AUTHORISED", "Reference": "HelloWorld", "SentToContact": true, "LineItems": [ { "Description": "Foobar", "Quantity": 2, "UnitAmount": 20, "AccountCode": "400" } ] } ] } # CreditNotes | an array of Credit Notes containing credit note details to update
1464014640
opts = {
1464114641
unitdp: 4, # Integer | e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts
1464214642

docs/accounting/CreditNote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
2222
**credit_note_id** | **String** | Xero generated unique identifier | [optional]
2323
**credit_note_number** | **String** | ACCRECCREDIT – Unique alpha numeric code identifying credit note (when missing will auto-generate from your Organisation Invoice Settings) | [optional]
2424
**reference** | **String** | ACCRECCREDIT only – additional reference number | [optional]
25-
**sent_to_contact** | **Boolean** | boolean to indicate if a credit note has been sent to a contact via the Xero app (currently read only) | [optional]
25+
**sent_to_contact** | **Boolean** | Boolean to set whether the credit note in the Xero app should be marked as “sent”. This can be set only on credit notes that have been approved | [optional]
2626
**currency_rate** | **BigDecimal** | The currency rate for a multicurrency invoice. If no rate is specified, the XE.com day rate is used | [optional]
2727
**remaining_credit** | **BigDecimal** | The remaining credit balance on the Credit Note | [optional]
2828
**allocations** | [**Array&lt;Allocation&gt;**](Allocation.md) | See Allocations | [optional]

docs/accounting/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,7 @@
24942494
},
24952495
"SentToContact" : {
24962496
"type" : "boolean",
2497-
"description" : "boolean to indicate if a credit note has been sent to a contact via the Xero app (currently read only)",
2497+
"description" : "Boolean to set whether the credit note in the Xero app should be marked as “sent”. This can be set only on credit notes that have been approved",
24982498
"readOnly" : true
24992499
},
25002500
"CurrencyRate" : {
@@ -6216,7 +6216,7 @@
62166216
<nav id="scrollingNav">
62176217
<ul class="sidenav nav nav-list">
62186218
<li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
6219-
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>9.1.0</li>
6219+
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>9.2.0</li>
62206220
<li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
62216221
<li data-group="Accounting" data-name="createAccount" class="">
62226222
<a href="#api-Accounting-createAccount">createAccount</a>
@@ -39601,7 +39601,7 @@ <h2>Parameters</h2>
3960139601
"schema" : {
3960239602
"$ref" : "#/components/schemas/CreditNotes"
3960339603
},
39604-
"example" : "{ \"CreditNotes\": [ { \"Type\": \"ACCPAYCREDIT\", \"Contact\": { \"ContactID\": \"430fa14a-f945-44d3-9f97-5df5e28441b8\" }, \"Date\": \"2019-01-05\", \"Status\": \"AUTHORISED\", \"Reference\": \"HelloWorld\", \"LineItems\": [ { \"Description\": \"Foobar\", \"Quantity\": 2, \"UnitAmount\": 20, \"AccountCode\": \"400\" } ] } ] }"
39604+
"example" : "{ \"CreditNotes\": [ { \"Type\": \"ACCPAYCREDIT\", \"Contact\": { \"ContactID\": \"430fa14a-f945-44d3-9f97-5df5e28441b8\" }, \"Date\": \"2019-01-05\", \"Status\": \"AUTHORISED\", \"Reference\": \"HelloWorld\", \"SentToContact\": true, \"LineItems\": [ { \"Description\": \"Foobar\", \"Quantity\": 2, \"UnitAmount\": 20, \"AccountCode\": \"400\" } ] } ] }"
3960539605
}
3960639606
},
3960739607
"required" : true

docs/app_store/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@
12411241
<nav id="scrollingNav">
12421242
<ul class="sidenav nav nav-list">
12431243
<li class="nav-header" data-group="AppStore"><strong>SDK: </strong><span id='sdk-name'></span></li>
1244-
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>9.1.0</li>
1244+
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>9.2.0</li>
12451245
<li class="nav-header" data-group="AppStore"><a href="#api-AppStore">Methods</a></li>
12461246
<li data-group="AppStore" data-name="getSubscription" class="">
12471247
<a href="#api-AppStore-getSubscription">getSubscription</a>

docs/assets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@
13921392
<nav id="scrollingNav">
13931393
<ul class="sidenav nav nav-list">
13941394
<li class="nav-header" data-group="Asset"><strong>SDK: </strong><span id='sdk-name'></span></li>
1395-
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>9.1.0</li>
1395+
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>9.2.0</li>
13961396
<li class="nav-header" data-group="Asset"><a href="#api-Asset">Methods</a></li>
13971397
<li data-group="Asset" data-name="createAsset" class="">
13981398
<a href="#api-Asset-createAsset">createAsset</a>

docs/files/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@
11701170
<nav id="scrollingNav">
11711171
<ul class="sidenav nav nav-list">
11721172
<li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li>
1173-
<li class="nav-header" data-group="Files"><strong>VSN: </strong>9.1.0</li>
1173+
<li class="nav-header" data-group="Files"><strong>VSN: </strong>9.2.0</li>
11741174
<li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li>
11751175
<li data-group="Files" data-name="createFileAssociation" class="">
11761176
<a href="#api-Files-createFileAssociation">createFileAssociation</a>

docs/finance/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2737,7 +2737,7 @@
27372737
<nav id="scrollingNav">
27382738
<ul class="sidenav nav nav-list">
27392739
<li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li>
2740-
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>9.1.0</li>
2740+
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>9.2.0</li>
27412741
<li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li>
27422742
<li data-group="Finance" data-name="getAccountingActivityAccountUsage" class="">
27432743
<a href="#api-Finance-getAccountingActivityAccountUsage">getAccountingActivityAccountUsage</a>

docs/payroll_au/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3412,7 +3412,7 @@
34123412
<nav id="scrollingNav">
34133413
<ul class="sidenav nav nav-list">
34143414
<li class="nav-header" data-group="PayrollAu"><strong>SDK: </strong><span id='sdk-name'></span></li>
3415-
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>9.1.0</li>
3415+
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>9.2.0</li>
34163416
<li class="nav-header" data-group="PayrollAu"><a href="#api-PayrollAu">Methods</a></li>
34173417
<li data-group="PayrollAu" data-name="approveLeaveApplication" class="">
34183418
<a href="#api-PayrollAu-approveLeaveApplication">approveLeaveApplication</a>

docs/payroll_nz/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4031,7 +4031,7 @@
40314031
<nav id="scrollingNav">
40324032
<ul class="sidenav nav nav-list">
40334033
<li class="nav-header" data-group="PayrollNz"><strong>SDK: </strong><span id='sdk-name'></span></li>
4034-
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>9.1.0</li>
4034+
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>9.2.0</li>
40354035
<li class="nav-header" data-group="PayrollNz"><a href="#api-PayrollNz">Methods</a></li>
40364036
<li data-group="PayrollNz" data-name="approveTimesheet" class="">
40374037
<a href="#api-PayrollNz-approveTimesheet">approveTimesheet</a>

docs/payroll_uk/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3510,7 +3510,7 @@
35103510
<nav id="scrollingNav">
35113511
<ul class="sidenav nav nav-list">
35123512
<li class="nav-header" data-group="PayrollUk"><strong>SDK: </strong><span id='sdk-name'></span></li>
3513-
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>9.1.0</li>
3513+
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>9.2.0</li>
35143514
<li class="nav-header" data-group="PayrollUk"><a href="#api-PayrollUk">Methods</a></li>
35153515
<li data-group="PayrollUk" data-name="approveTimesheet" class="">
35163516
<a href="#api-PayrollUk-approveTimesheet">approveTimesheet</a>

0 commit comments

Comments
 (0)