| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Quotes |
AccountingApi.createQuotes(String accessToken,
String xeroTenantId,
Quotes quotes,
Boolean summarizeErrors)
Allows you to create one or more quotes
|
Quotes |
AccountingApi.getQuote(String accessToken,
String xeroTenantId,
UUID quoteID)
Allows you to retrieve a specified quote
|
Quotes |
AccountingApi.getQuotes(String accessToken,
String xeroTenantId,
org.threeten.bp.OffsetDateTime ifModifiedSince,
org.threeten.bp.LocalDate dateFrom,
org.threeten.bp.LocalDate dateTo,
org.threeten.bp.LocalDate expiryDateFrom,
org.threeten.bp.LocalDate expiryDateTo,
UUID contactID,
String status,
Integer page,
String order)
Allows you to retrieve any sales quotes
|
Quotes |
AccountingApi.updateOrCreateQuotes(String accessToken,
String xeroTenantId,
Quotes quotes,
Boolean summarizeErrors)
Allows you to update OR create one or more quotes
|
Quotes |
AccountingApi.updateQuote(String accessToken,
String xeroTenantId,
UUID quoteID,
Quotes quotes)
Allows you to update a specified quote
|
| Modifier and Type | Method and Description |
|---|---|
Quotes |
AccountingApi.createQuotes(String accessToken,
String xeroTenantId,
Quotes quotes,
Boolean summarizeErrors)
Allows you to create one or more quotes
|
com.google.api.client.http.HttpResponse |
AccountingApi.createQuotesForHttpResponse(String accessToken,
String xeroTenantId,
Quotes quotes,
Boolean summarizeErrors) |
Quotes |
AccountingApi.updateOrCreateQuotes(String accessToken,
String xeroTenantId,
Quotes quotes,
Boolean summarizeErrors)
Allows you to update OR create one or more quotes
|
com.google.api.client.http.HttpResponse |
AccountingApi.updateOrCreateQuotesForHttpResponse(String accessToken,
String xeroTenantId,
Quotes quotes,
Boolean summarizeErrors) |
Quotes |
AccountingApi.updateQuote(String accessToken,
String xeroTenantId,
UUID quoteID,
Quotes quotes)
Allows you to update a specified quote
|
com.google.api.client.http.HttpResponse |
AccountingApi.updateQuoteForHttpResponse(String accessToken,
String xeroTenantId,
UUID quoteID,
Quotes quotes) |
| Modifier and Type | Method and Description |
|---|---|
Quotes |
Quotes.addQuotesItem(Quote quotesItem) |
Quotes |
Quotes.quotes(List<Quote> quotes) |
Copyright © 2020. All rights reserved.