-
Methods in com.xero.api.client that return Invoices
| Modifier and Type |
Method |
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
|
Methods in com.xero.api.client with parameters of type Invoices
| Modifier and Type |
Method |
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) |
|
-