|
4758 | 4758 | "description" : "Returns Invoice number field. Reference field isn't available.", |
4759 | 4759 | "readOnly" : true |
4760 | 4760 | }, |
| 4761 | + "InvoiceNumber" : { |
| 4762 | + "type" : "string", |
| 4763 | + "description" : "Returns Invoice number for prepayment receive document only.", |
| 4764 | + "readOnly" : true |
| 4765 | + }, |
4761 | 4766 | "UpdatedDateUTC" : { |
4762 | 4767 | "type" : "string", |
4763 | 4768 | "description" : "UTC timestamp of last update to the prepayment", |
|
6350 | 6355 | <nav id="scrollingNav"> |
6351 | 6356 | <ul class="sidenav nav nav-list"> |
6352 | 6357 | <li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li> |
6353 | | - <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>13.0.0</li> |
| 6358 | + <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>14.0.0</li> |
6354 | 6359 | <li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li> |
6355 | 6360 | <li data-group="Accounting" data-name="createAccount" class=""> |
6356 | 6361 | <a href="#api-Accounting-createAccount">createAccount</a> |
@@ -31610,9 +31615,10 @@ <h3>Usage and SDK Samples</h3> |
31610 | 31615 | page = 1 |
31611 | 31616 | unitdp = 4 |
31612 | 31617 | pageSize = 100 |
| 31618 | +invoice_numbers = ["INV-001", "INV-002"] |
31613 | 31619 |
|
31614 | 31620 | begin |
31615 | | - response = xero_client.accounting_api.get_prepayments(xero_tenant_id, if_modified_since, where, order, page, unitdp, pageSize) |
| 31621 | + response = xero_client.accounting_api.get_prepayments(xero_tenant_id, if_modified_since, where, order, page, unitdp, pageSize, invoice_numbers) |
31616 | 31622 | return response |
31617 | 31623 | rescue XeroRuby::ApiError => e |
31618 | 31624 | puts "Exception when calling get_prepayments: #{e}" |
@@ -31792,6 +31798,26 @@ <h2>Parameters</h2> |
31792 | 31798 | </div> |
31793 | 31799 | </div> |
31794 | 31800 | </td> |
| 31801 | +</tr> |
| 31802 | + |
| 31803 | + <tr><td style="width:150px;">InvoiceNumbers</td> |
| 31804 | +<td> |
| 31805 | + |
| 31806 | + |
| 31807 | + <div id="d2e199_getPrepayments_invoiceNumbers"> |
| 31808 | + <div class="json-schema-view"> |
| 31809 | + <div class="primitive"> |
| 31810 | + <span class="type"> |
| 31811 | + array[String] |
| 31812 | + </span> |
| 31813 | + |
| 31814 | + <div class="inner description marked"> |
| 31815 | +Filter by a comma-separated list of InvoiceNumbers |
| 31816 | + </div> |
| 31817 | + </div> |
| 31818 | + </div> |
| 31819 | + </div> |
| 31820 | +</td> |
31795 | 31821 | </tr> |
31796 | 31822 |
|
31797 | 31823 | </table> |
|
0 commit comments