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