| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Invoices |
AccountingApi.createInvoices(String accessToken,
String xeroTenantId,
Invoices invoices,
Boolean summarizeErrors,
Integer unitdp)
Allows you to create one or more sales invoices or purchase bills
|
Invoices |
AccountingApi.getInvoice(String accessToken,
String xeroTenantId,
UUID invoiceID,
Integer unitdp)
Allows you to retrieve a specified sales invoice or purchase bill
|
Invoices |
AccountingApi.getInvoices(String accessToken,
String xeroTenantId,
org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order,
List<UUID> ids,
List<String> invoiceNumbers,
List<UUID> contactIDs,
List<String> statuses,
Integer page,
Boolean includeArchived,
Boolean createdByMyApp,
Integer unitdp)
Allows you to retrieve any sales invoices or purchase bills
|
Invoices |
AccountingApi.updateInvoice(String accessToken,
String xeroTenantId,
UUID invoiceID,
Invoices invoices,
Integer unitdp)
Allows you to update a specified sales invoices or purchase bills
|
Invoices |
AccountingApi.updateOrCreateInvoices(String accessToken,
String xeroTenantId,
Invoices invoices,
Boolean summarizeErrors,
Integer unitdp)
Allows you to update OR create one or more sales invoices or purchase bills
|
| Modifier and Type | Method and Description |
|---|---|
Invoices |
AccountingApi.createInvoices(String accessToken,
String xeroTenantId,
Invoices invoices,
Boolean summarizeErrors,
Integer unitdp)
Allows you to create one or more sales invoices or purchase bills
|
com.google.api.client.http.HttpResponse |
AccountingApi.createInvoicesForHttpResponse(String accessToken,
String xeroTenantId,
Invoices invoices,
Boolean summarizeErrors,
Integer unitdp) |
Invoices |
AccountingApi.updateInvoice(String accessToken,
String xeroTenantId,
UUID invoiceID,
Invoices invoices,
Integer unitdp)
Allows you to update a specified sales invoices or purchase bills
|
com.google.api.client.http.HttpResponse |
AccountingApi.updateInvoiceForHttpResponse(String accessToken,
String xeroTenantId,
UUID invoiceID,
Invoices invoices,
Integer unitdp) |
Invoices |
AccountingApi.updateOrCreateInvoices(String accessToken,
String xeroTenantId,
Invoices invoices,
Boolean summarizeErrors,
Integer unitdp)
Allows you to update OR create one or more sales invoices or purchase bills
|
com.google.api.client.http.HttpResponse |
AccountingApi.updateOrCreateInvoicesForHttpResponse(String accessToken,
String xeroTenantId,
Invoices invoices,
Boolean summarizeErrors,
Integer unitdp) |
| Modifier and Type | Method and Description |
|---|---|
Invoices |
Invoices.addInvoicesItem(Invoice invoicesItem) |
Invoices |
Invoices.invoices(List<Invoice> invoices) |
Copyright © 2020. All rights reserved.