| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Invoices |
AccountingApi.createInvoice(Invoices invoices,
Boolean summarizeErrors)
200 - A successful request
|
Invoices |
AccountingApi.getInvoice(UUID invoiceID)
Allows you to retrieve any sales invoices or purchase bills
|
Invoices |
AccountingApi.getInvoices(org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order,
String ids,
String invoiceNumbers,
String contactIDs,
String statuses,
Integer page,
Boolean includeArchived,
Boolean createdByMyApp)
Allows you to retrieve any sales invoices or purchase bills
|
Invoices |
AccountingApi.updateInvoice(UUID invoiceID,
Invoices invoices)
200 - A successful request
|
| Modifier and Type | Method and Description |
|---|---|
Invoices |
AccountingApi.createInvoice(Invoices invoices,
Boolean summarizeErrors)
200 - A successful request
|
Invoices |
AccountingApi.updateInvoice(UUID invoiceID,
Invoices invoices)
200 - A successful request
|
| Modifier and Type | Method and Description |
|---|---|
Invoices |
Invoices.addInvoicesItem(Invoice invoicesItem) |
Invoices |
Invoices.invoices(List<Invoice> invoices) |
Copyright © 2018. All rights reserved.