|
6381 | 6381 | <nav id="scrollingNav">
|
6382 | 6382 | <ul class="sidenav nav nav-list">
|
6383 | 6383 | <li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
|
6384 |
| - <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>8.0.0</li> |
| 6384 | + <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>8.1.0</li> |
6385 | 6385 | <li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
|
6386 | 6386 | <li data-group="Accounting" data-name="createAccount" class="">
|
6387 | 6387 | <a href="#api-Accounting-createAccount">createAccount</a>
|
@@ -27196,9 +27196,10 @@ <h3>Usage and SDK Samples</h3>
|
27196 | 27196 | const unitdp = 4;
|
27197 | 27197 | const summaryOnly = true;
|
27198 | 27198 | const pageSize = 100;
|
| 27199 | +const searchTerm = 'SearchTerm=REF12'; |
27199 | 27200 |
|
27200 | 27201 | try {
|
27201 |
| - const response = await xero.accountingApi.getInvoices(xeroTenantId, ifModifiedSince, where, order, iDs, invoiceNumbers, contactIDs, statuses, page, includeArchived, createdByMyApp, unitdp, summaryOnly, pageSize); |
| 27202 | + const response = await xero.accountingApi.getInvoices(xeroTenantId, ifModifiedSince, where, order, iDs, invoiceNumbers, contactIDs, statuses, page, includeArchived, createdByMyApp, unitdp, summaryOnly, pageSize, searchTerm); |
27202 | 27203 | console.log(response.body || response.response.statusCode)
|
27203 | 27204 | } catch (err) {
|
27204 | 27205 | const error = JSON.stringify(err.response.body, null, 2)
|
@@ -27524,6 +27525,26 @@ <h2>Parameters</h2>
|
27524 | 27525 | </div>
|
27525 | 27526 | </div>
|
27526 | 27527 | </td>
|
| 27528 | +</tr> |
| 27529 | + |
| 27530 | + <tr><td style="width:150px;">searchTerm</td> |
| 27531 | +<td> |
| 27532 | + |
| 27533 | + |
| 27534 | + <div id="d2e199_getInvoices_searchTerm"> |
| 27535 | + <div class="json-schema-view"> |
| 27536 | + <div class="primitive"> |
| 27537 | + <span class="type"> |
| 27538 | + String |
| 27539 | + </span> |
| 27540 | + |
| 27541 | + <div class="inner description marked"> |
| 27542 | +Search parameter that performs a case-insensitive text search across the fields e.g. InvoiceNumber, Reference. |
| 27543 | + </div> |
| 27544 | + </div> |
| 27545 | + </div> |
| 27546 | + </div> |
| 27547 | +</td> |
27527 | 27548 | </tr>
|
27528 | 27549 |
|
27529 | 27550 | </table>
|
|
0 commit comments