|
4357 | 4357 | "example" : false, |
4358 | 4358 | "default" : false |
4359 | 4359 | }, |
| 4360 | + "Reference" : { |
| 4361 | + "type" : "string", |
| 4362 | + "description" : "An optional description for Overpayment", |
| 4363 | + "example" : "Ref for payment" |
| 4364 | + }, |
4360 | 4365 | "Attachments" : { |
4361 | 4366 | "type" : "array", |
4362 | 4367 | "description" : "See Attachments", |
|
6344 | 6349 | <nav id="scrollingNav"> |
6345 | 6350 | <ul class="sidenav nav nav-list"> |
6346 | 6351 | <li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li> |
6347 | | - <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>12.3.0</li> |
| 6352 | + <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>12.4.0</li> |
6348 | 6353 | <li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li> |
6349 | 6354 | <li data-group="Accounting" data-name="createAccount" class=""> |
6350 | 6355 | <a href="#api-Accounting-createAccount">createAccount</a> |
@@ -30613,9 +30618,10 @@ <h3>Usage and SDK Samples</h3> |
30613 | 30618 | page = 1 |
30614 | 30619 | unitdp = 4 |
30615 | 30620 | pageSize = 100 |
| 30621 | +references = ["Ref1", "Ref2"] |
30616 | 30622 |
|
30617 | 30623 | begin |
30618 | | - response = xero_client.accounting_api.get_overpayments(xero_tenant_id, if_modified_since, where, order, page, unitdp, pageSize) |
| 30624 | + response = xero_client.accounting_api.get_overpayments(xero_tenant_id, if_modified_since, where, order, page, unitdp, pageSize, references) |
30619 | 30625 | return response |
30620 | 30626 | rescue XeroRuby::ApiError => e |
30621 | 30627 | puts "Exception when calling get_overpayments: #{e}" |
@@ -30795,6 +30801,26 @@ <h2>Parameters</h2> |
30795 | 30801 | </div> |
30796 | 30802 | </div> |
30797 | 30803 | </td> |
| 30804 | +</tr> |
| 30805 | + |
| 30806 | + <tr><td style="width:150px;">References</td> |
| 30807 | +<td> |
| 30808 | + |
| 30809 | + |
| 30810 | + <div id="d2e199_getOverpayments_references"> |
| 30811 | + <div class="json-schema-view"> |
| 30812 | + <div class="primitive"> |
| 30813 | + <span class="type"> |
| 30814 | + array[String] |
| 30815 | + </span> |
| 30816 | + |
| 30817 | + <div class="inner description marked"> |
| 30818 | +Filter by a comma-separated list of References |
| 30819 | + </div> |
| 30820 | + </div> |
| 30821 | + </div> |
| 30822 | + </div> |
| 30823 | +</td> |
30798 | 30824 | </tr> |
30799 | 30825 |
|
30800 | 30826 | </table> |
|
0 commit comments