Uses of Class
com.xero.models.accounting.Quotes
Packages that use Quotes
-
Uses of Quotes in com.xero.api.client
Methods in com.xero.api.client that return QuotesModifier and TypeMethodDescriptionAccountingApi.createQuotes(String accessToken, String xeroTenantId, Quotes quotes, Boolean summarizeErrors, String idempotencyKey) Create one or more quotesRetrieves a specific quote using a unique quote IdAccountingApi.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) Retrieves sales quotesAccountingApi.updateOrCreateQuotes(String accessToken, String xeroTenantId, Quotes quotes, Boolean summarizeErrors, String idempotencyKey) Updates or creates one or more quotesAccountingApi.updateQuote(String accessToken, String xeroTenantId, UUID quoteID, Quotes quotes, String idempotencyKey) Updates a specific quoteMethods in com.xero.api.client with parameters of type QuotesModifier and TypeMethodDescriptionAccountingApi.createQuotes(String accessToken, String xeroTenantId, Quotes quotes, Boolean summarizeErrors, String idempotencyKey) Create one or more quotescom.google.api.client.http.HttpResponseAccountingApi.createQuotesForHttpResponse(String accessToken, String xeroTenantId, Quotes quotes, Boolean summarizeErrors, String idempotencyKey) Create one or more quotesAccountingApi.updateOrCreateQuotes(String accessToken, String xeroTenantId, Quotes quotes, Boolean summarizeErrors, String idempotencyKey) Updates or creates one or more quotescom.google.api.client.http.HttpResponseAccountingApi.updateOrCreateQuotesForHttpResponse(String accessToken, String xeroTenantId, Quotes quotes, Boolean summarizeErrors, String idempotencyKey) Updates or creates one or more quotesAccountingApi.updateQuote(String accessToken, String xeroTenantId, UUID quoteID, Quotes quotes, String idempotencyKey) Updates a specific quotecom.google.api.client.http.HttpResponseAccountingApi.updateQuoteForHttpResponse(String accessToken, String xeroTenantId, UUID quoteID, Quotes quotes, String idempotencyKey) Updates a specific quote -
Uses of Quotes in com.xero.models.accounting
Methods in com.xero.models.accounting that return Quotes