lib/avatax/client/definitions.rb in avatax-22.7.0 vs lib/avatax/client/definitions.rb in avatax-22.8.0
- old
+ new
@@ -22,11 +22,11 @@
# Swagger Name: AvaTaxClient
# @param country [String] The name or code of the destination country.
# @param hsCode [String] The partial or full HS Code for which you would like to view all of the parents.
# @return [FetchResult]
def get_cross_border_code(country, hsCode) path = "/api/v2/definitions/crossborder/#{country}/#{hsCode}/hierarchy"
- get(path, {}, "22.7.0") end
+ get(path, {}, "22.8.0") end
# Test whether a form supports online login verification
#
# This API is intended to be useful to identify whether the user should be allowed
# to automatically verify their login and password. This API will provide a result only if the form supports automatic online login verification.
@@ -36,11 +36,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def get_login_verifier_by_form(form, options={}) path = "/api/v2/definitions/filingcalendars/loginverifiers/#{form}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List all market place locations.
#
# List all market place locations.
# Swagger Name: AvaTaxClient
@@ -48,11 +48,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_all_marketplace_locations(options={}) path = "/api/v2/definitions/listallmarketplacelocations"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of the AvaFile Forms available
#
# This API is deprecated.
#
@@ -65,11 +65,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_ava_file_forms(options={}) path = "/api/v2/definitions/avafileforms"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List certificate attributes used by a company
#
# List the certificate attributes defined by a company either specified by the user or the user's default company.
#
@@ -84,11 +84,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_certificate_attributes(options={}) path = "/api/v2/definitions/certificateattributes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List the certificate exempt reasons defined by a company
#
# List the certificate exempt reasons defined by a company.
#
@@ -102,11 +102,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_certificate_exempt_reasons(options={}) path = "/api/v2/definitions/certificateexemptreasons"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List certificate exposure zones used by a company
#
# List the certificate exposure zones defined by a company.
#
@@ -120,11 +120,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_certificate_exposure_zones(options={}) path = "/api/v2/definitions/certificateexposurezones"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported usage of extra parameters for classification of a item.
#
# Returns the full list of Avalara-supported usage of extra parameters for item classification.
# The list of parameters is available for use with Item Classification.
@@ -134,11 +134,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_classification_parameters_usage(options={}) path = "/api/v2/definitions/classification/parametersusage"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of communications service types
#
# Returns full list of service types for a given transaction type ID.
# Swagger Name: AvaTaxClient
@@ -147,11 +147,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_communications_service_types(id, options={}) path = "/api/v2/definitions/communications/transactiontypes/#{id}/servicetypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of communications transactiontypes
#
# Returns full list of communications transaction types which
# are accepted in communication tax calculation requests.
@@ -160,11 +160,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_communications_transaction_types(options={}) path = "/api/v2/definitions/communications/transactiontypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of communications transaction/service type pairs
#
# Returns full list of communications transaction/service type pairs which
# are accepted in communication tax calculation requests.
@@ -173,11 +173,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_communications_t_s_pairs(options={}) path = "/api/v2/definitions/communications/tspairs"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List all ISO 3166 countries
#
# Returns a list of all ISO 3166 country codes, and their US English friendly names.
# This API is intended to be useful when presenting a dropdown box in your website to allow customers to select a country for
@@ -187,11 +187,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_countries(options={}) path = "/api/v2/definitions/countries"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List certificate exposure zones used by a company
#
# List available cover letters that can be used when sending invitation to use CertExpress to upload certificates.
#
@@ -206,11 +206,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_cover_letters(options={}) path = "/api/v2/definitions/coverletters"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Lists the next level of HS Codes given a destination country and HS Code prefix.
#
# Retrieves a list of HS Codes that are the children of the prefix for the given destination country, if
# additional children are available.
@@ -231,11 +231,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_cross_border_codes(country, hsCode, options={}) path = "/api/v2/definitions/crossborder/#{country}/#{hsCode}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List top level HS Code Sections.
#
# Returns the full list of top level HS Code Sections. Sections are the broadest level of detail for
# classifying tariff codes and the items to which they apply. HS Codes are organized
@@ -248,11 +248,11 @@
#
# * This API depends on the following active services:*Required* (all): AvaTaxGlobal.
# Swagger Name: AvaTaxClient
# @return [FetchResult]
def list_cross_border_sections() path = "/api/v2/definitions/crossborder/sections"
- get(path, {}, "22.7.0") end
+ get(path, {}, "22.8.0") end
# List all ISO 4217 currencies supported by AvaTax.
#
# Lists all ISO 4217 currencies supported by AvaTax.
#
@@ -263,11 +263,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_currencies(options={}) path = "/api/v2/definitions/currencies"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported entity use codes
#
# Returns the full list of Avalara-supported entity use codes.
# Entity/Use Codes are definitions of the entity who is purchasing something, or the purpose for which the transaction
@@ -279,11 +279,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_entity_use_codes(options={}) path = "/api/v2/definitions/entityusecodes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported filing frequencies.
#
# Returns the full list of Avalara-supported filing frequencies.
# This API is intended to be useful to identify all the different filing frequencies that can be used in notices.
@@ -292,11 +292,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_filing_frequencies(options={}) path = "/api/v2/definitions/filingfrequencies"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List jurisdictions based on the filter provided
#
# Returns a list of all Avalara-supported taxing jurisdictions.
#
@@ -309,11 +309,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_jurisdictions(options={}) path = "/api/v2/definitions/jurisdictions"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List jurisdictions near a specific address
#
# Returns a list of all Avalara-supported taxing jurisdictions that apply to this address.
#
@@ -334,11 +334,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_jurisdictions_by_address(options={}) path = "/api/v2/definitions/jurisdictionsnearaddress"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List jurisdictions based on the provided taxTypeId, taxSubTypeId, country, and rateTypeId
#
# Returns a list of all Avalara-supported taxing jurisdictions filtered by taxTypeId, taxSubTypeId, country, and rateTypeId.
#
@@ -358,11 +358,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_jurisdictions_by_rate_type_tax_type_mapping(country, taxTypeId, taxSubTypeId, options={}) path = "/api/v2/definitions/jurisdictions/countries/#{country}/taxtypes/#{taxTypeId}/taxsubtypes/#{taxSubTypeId}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List jurisdiction types based on the provided taxTypeId, taxSubTypeId, country, and rateTypeId
#
# Returns a list of all applicable jurisdiction types based on country, taxTypeId, taxSubTypeId, and rateTypeId
# Swagger Name: AvaTaxClient
@@ -370,11 +370,11 @@
# @param taxTypeId [String] The taxtype for which you want to retrieve the jurisdiction information
# @param taxSubTypeId [String] The taxsubtype for which you want to retrieve the jurisdiction information
# @param rateTypeId [String] The ratetype for which you want to retrieve the jurisdiction information
# @return [string[]]
def list_jurisdiction_types_by_rate_type_tax_type_mapping(country, taxTypeId, taxSubTypeId, options={}) path = "/api/v2/definitions/jurisdictionTypes/countries/#{country}/taxtypes/#{taxTypeId}/taxsubtypes/#{taxSubTypeId}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the list of questions that are required for a tax location
#
# Returns the list of additional questions you must answer when declaring a location in certain taxing jurisdictions.
# Some tax jurisdictions require that you register or provide additional information to configure each physical place where
@@ -396,11 +396,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_location_questions_by_address(options={}) path = "/api/v2/definitions/locationquestions"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List all forms where logins can be verified automatically
#
# List all forms where logins can be verified automatically.
# This API is intended to be useful to identify whether the user should be allowed
@@ -410,11 +410,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_login_verifiers(options={}) path = "/api/v2/definitions/filingcalendars/loginverifiers"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the list of locations for a marketplace.
#
# Retrieves the list of suggested locations for a marketplace.
# Swagger Name: AvaTaxClient
@@ -422,11 +422,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_marketplace_locations(options={}) path = "/api/v2/definitions/marketplacelocations"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported nexus for all countries and regions.
#
# Returns the full list of all Avalara-supported nexus for all countries and regions.
#
@@ -436,11 +436,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_nexus(options={}) path = "/api/v2/definitions/nexus"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List all nexus that apply to a specific address.
#
# Returns a list of all Avalara-supported taxing jurisdictions that apply to this address.
# This API allows you to identify which tax authorities apply to a physical location, salesperson address, or point of sale.
@@ -459,11 +459,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_nexus_by_address(options={}) path = "/api/v2/definitions/nexus/byaddress"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported nexus for a country.
#
# Returns all Avalara-supported nexus for the specified country.
#
@@ -474,11 +474,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_nexus_by_country(country, options={}) path = "/api/v2/definitions/nexus/#{country}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported nexus for a country and region.
#
# Returns all Avalara-supported nexus for the specified country and region.
#
@@ -490,11 +490,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_nexus_by_country_and_region(country, region, options={}) path = "/api/v2/definitions/nexus/#{country}/#{region}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List nexus related to a tax form
#
# Retrieves a list of nexus related to a tax form.
#
@@ -513,11 +513,11 @@
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# Swagger Name: AvaTaxClient
# @param formCode [String] The form code that we are looking up the nexus for
# @return [Object]
def list_nexus_by_form_code(formCode) path = "/api/v2/definitions/nexus/byform/#{formCode}"
- get(path, {}, "22.7.0") end
+ get(path, {}, "22.8.0") end
# Retrieve the full list of Avalara-supported nexus for a tax type group.
#
# Returns all Avalara-supported nexus for the specified specified tax type group.
#
@@ -528,11 +528,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_nexus_by_tax_type_group(taxTypeGroup, options={}) path = "/api/v2/definitions/nexus/bytaxtypegroup/#{taxTypeGroup}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of nexus tax type groups
#
# Returns the full list of Avalara-supported nexus tax type groups
# This API is intended to be useful to identify all the different tax sub-types.
@@ -541,11 +541,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_nexus_tax_type_groups(options={}) path = "/api/v2/definitions/nexustaxtypegroups"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax notice customer funding options.
#
# Returns the full list of Avalara-supported tax notice customer funding options.
# This API is intended to be useful to identify all the different notice customer funding options that can be used in notices.
@@ -554,11 +554,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_notice_customer_funding_options(options={}) path = "/api/v2/definitions/noticecustomerfundingoptions"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax notice customer types.
#
# Returns the full list of Avalara-supported tax notice customer types.
# This API is intended to be useful to identify all the different notice customer types.
@@ -567,11 +567,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_notice_customer_types(options={}) path = "/api/v2/definitions/noticecustomertypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax notice filing types.
#
# Returns the full list of Avalara-supported tax notice filing types.
# This API is intended to be useful to identify all the different notice filing types that can be used in notices.
@@ -580,11 +580,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_notice_filingtypes(options={}) path = "/api/v2/definitions/noticefilingtypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax notice priorities.
#
# Returns the full list of Avalara-supported tax notice priorities.
# This API is intended to be useful to identify all the different notice priorities that can be used in notices.
@@ -593,11 +593,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_notice_priorities(options={}) path = "/api/v2/definitions/noticepriorities"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax notice reasons.
#
# Returns the full list of Avalara-supported tax notice reasons.
# This API is intended to be useful to identify all the different tax notice reasons.
@@ -606,11 +606,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_notice_reasons(options={}) path = "/api/v2/definitions/noticereasons"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax notice responsibility ids
#
# Returns the full list of Avalara-supported tax notice responsibility ids
# This API is intended to be useful to identify all the different tax notice responsibilities.
@@ -619,11 +619,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_notice_responsibilities(options={}) path = "/api/v2/definitions/noticeresponsibilities"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax notice root causes
#
# Returns the full list of Avalara-supported tax notice root causes
# This API is intended to be useful to identify all the different tax notice root causes.
@@ -632,11 +632,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_notice_root_causes(options={}) path = "/api/v2/definitions/noticerootcauses"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax notice statuses.
#
# Returns the full list of Avalara-supported tax notice statuses.
# This API is intended to be useful to identify all the different tax notice statuses.
@@ -645,11 +645,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_notice_statuses(options={}) path = "/api/v2/definitions/noticestatuses"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax notice types.
#
# Returns the full list of Avalara-supported tax notice types.
# This API is intended to be useful to identify all the different notice types that can be used in notices.
@@ -658,11 +658,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_notice_types(options={}) path = "/api/v2/definitions/noticetypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported extra parameters for creating transactions.
#
# Returns the full list of Avalara-supported extra parameters for the 'Create Transaction' API call.
# This list of parameters is available for use when configuring your transaction.
@@ -672,11 +672,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_parameters(options={}) path = "/api/v2/definitions/parameters"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the parameters by companyCode and itemCode.
#
# Returns the list of parameters based on the company's service types and the item code.
# Ignores nexus if a service type is configured in the 'IgnoreNexusForServiceTypes' configuration section.
@@ -703,11 +703,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_parameters_by_item(companyCode, itemCode, options={}) path = "/api/v2/definitions/parameters/byitem/#{companyCode}/#{itemCode}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported usage of extra parameters for creating transactions.
#
# Returns the full list of Avalara-supported usage of extra parameters for the 'Create Transaction' API call.
# This list of parameters is available for use when configuring your transaction.
@@ -717,22 +717,22 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_parameters_usage(options={}) path = "/api/v2/definitions/parametersusage"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported permissions
#
# Returns the full list of Avalara-supported permission types.
# This API is intended to be useful to identify the capabilities of a particular user logon.
# Swagger Name: AvaTaxClient
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @return [FetchResult]
def list_permissions(options={}) path = "/api/v2/definitions/permissions"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported postal codes.
#
# Retrieves the list of Avalara-supported postal codes.
# Swagger Name: AvaTaxClient
@@ -740,11 +740,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_postal_codes(options={}) path = "/api/v2/definitions/postalcodes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List all customs duty programs recognized by AvaTax
#
# List all preferred customs duty programs recognized by AvaTax.
#
@@ -760,11 +760,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_preferred_programs(options={}) path = "/api/v2/definitions/preferredprograms"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List all available product classification systems.
#
# List all available product classification systems.
#
@@ -776,11 +776,11 @@
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @param countryCode [String] If not null, return all records with this code.
# @return [FetchResult]
def list_product_classification_systems(options={}) path = "/api/v2/definitions/productclassificationsystems"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List all product classification systems available to a company based on its nexus.
#
# Lists all product classification systems available to a company based on its nexus.
#
@@ -801,11 +801,11 @@
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @param countryCode [String] If not null, return all records with this code.
# @return [FetchResult]
def list_product_classification_systems_by_company(companyCode, options={}) path = "/api/v2/definitions/productclassificationsystems/bycompany/#{companyCode}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of rate types for each country
#
# Returns the full list of Avalara-supported rate type file types
# This API is intended to be useful to identify all the different rate types.
@@ -815,11 +815,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_rate_types_by_country(country, options={}) path = "/api/v2/definitions/countries/#{country}/ratetypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the list of rate types by country, TaxType and by TaxSubType
#
# Returns the list of Avalara-supported rate type file types
# This API is intended to be useful to identify all the different rate types.
@@ -831,11 +831,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_rate_types_by_country_tax_type_tax_sub_type(country, taxTypeId, taxSubTypeId, options={}) path = "/api/v2/definitions/countries/#{country}/taxtypes/#{taxTypeId}/taxsubtypes/#{taxSubTypeId}/ratetypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List all ISO 3166 regions
#
# Returns a list of all ISO 3166 region codes and their US English friendly names.
# This API is intended to be useful when presenting a dropdown box in your website to allow customers to select a region
@@ -845,11 +845,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_regions(options={}) path = "/api/v2/definitions/regions"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List all ISO 3166 regions for a country
#
# Returns a list of all ISO 3166 region codes for a specific country code, and their US English friendly names.
# This API is intended to be useful when presenting a dropdown box in your website to allow customers to select a region
@@ -860,11 +860,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_regions_by_country(country, options={}) path = "/api/v2/definitions/countries/#{country}/regions"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported resource file types
#
# Returns the full list of Avalara-supported resource file types
# This API is intended to be useful to identify all the different resource file types.
@@ -873,11 +873,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_resource_file_types(options={}) path = "/api/v2/definitions/resourcefiletypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported usage of parameters used for returns.
#
# Returns the full list of Avalara-supported usage of extra parameters for the returns.
# This list of parameters is available for use with Returns.
@@ -887,11 +887,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_returns_parameters_usage(options={}) path = "/api/v2/definitions/returns/parametersusage"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported permissions
#
# Returns the full list of Avalara-supported permission types.
# This API is intended to be useful when designing a user interface for selecting the security role of a user account.
@@ -901,11 +901,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_security_roles(options={}) path = "/api/v2/definitions/securityroles"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported subscription types
#
# Returns the full list of Avalara-supported subscription types.
# This API is intended to be useful for identifying which features you have added to your account.
@@ -916,11 +916,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_subscription_types(options={}) path = "/api/v2/definitions/subscriptiontypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the list all tags supported by avalara
#
# Retrieves the list of suggested locations for a marketplace.
# Swagger Name: AvaTaxClient
@@ -928,11 +928,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_tags(options={}) path = "/api/v2/definitions/tags"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax authorities.
#
# Returns the full list of Avalara-supported tax authorities.
# This API is intended to be useful to identify all the different authorities that receive tax.
@@ -941,11 +941,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_tax_authorities(options={}) path = "/api/v2/definitions/taxauthorities"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported forms for each tax authority.
#
# Returns the full list of Avalara-supported forms for each tax authority.
# This list represents tax forms that Avalara recognizes.
@@ -956,11 +956,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_tax_authority_forms(options={}) path = "/api/v2/definitions/taxauthorityforms"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax authority types.
#
# Returns the full list of Avalara-supported tax authority types.
# This API is intended to be useful to identify all the different authority types.
@@ -969,11 +969,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_tax_authority_types(options={}) path = "/api/v2/definitions/taxauthoritytypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax codes.
#
# Retrieves the list of Avalara-supported system tax codes.
# A 'TaxCode' represents a uniquely identified type of product, good, or service.
@@ -989,11 +989,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_tax_codes(options={}) path = "/api/v2/definitions/taxcodes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of Avalara-supported tax code types.
#
# Returns the full list of recognized tax code types.
# A 'Tax Code Type' represents a broad category of tax codes, and is less detailed than a single TaxCode.
@@ -1001,11 +1001,11 @@
# Swagger Name: AvaTaxClient
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @return [Object]
def list_tax_code_types(options={}) path = "/api/v2/definitions/taxcodetypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of the Tax Forms available
#
# Returns the full list of Avalara-supported Tax Forms
# This API is intended to be useful to identify all the different Tax Forms
@@ -1014,11 +1014,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_tax_forms(options={}) path = "/api/v2/definitions/taxforms"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of tax sub types
#
# Returns the full list of Avalara-supported tax sub-types
# This API is intended to be useful to identify all the different tax sub-types.
@@ -1027,11 +1027,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_tax_sub_types(options={}) path = "/api/v2/definitions/taxsubtypes"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of tax sub types by Country and TaxType
#
# Returns the full list of Avalara-supported tax sub-types
# This API is intended to be useful to identify all the different tax sub-types for given country and TaxType.
@@ -1042,11 +1042,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_tax_sub_types_by_country_and_tax_type(country, taxTypeId, options={}) path = "/api/v2/definitions/taxsubtypes/countries/#{country}/taxtypes/#{taxTypeId}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of tax sub types by jurisdiction code and region
#
# Returns the full list of Avalara-supported tax sub-types by jurisdiction and region
# This API is intended to be useful to identify all the different tax sub-types.
@@ -1057,11 +1057,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_tax_sub_types_by_jurisdiction_and_region(jurisdictionCode, region, options={}) path = "/api/v2/definitions/taxsubtypes/#{jurisdictionCode}/#{region}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the full list of tax type groups
#
# Returns the full list of Avalara-supported tax type groups
# This API is intended to be useful to identify all the different tax type groups.
@@ -1070,11 +1070,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_tax_type_groups(options={}) path = "/api/v2/definitions/taxtypegroups"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the list of applicable TaxTypes
#
# Retrieves the list of applicable TaxTypes based on Nexus of the company.
# Swagger Name: AvaTaxClient
@@ -1083,11 +1083,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_tax_types_by_nexus_and_country(country, options={}) path = "/api/v2/definitions/taxtypes/countries/#{country}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# Retrieve the list of applicable UnitOfBasis
#
# Retrieves the list of applicable UnitOfBasis
# Swagger Name: AvaTaxClient
@@ -1098,11 +1098,11 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_unit_of_basis_by_country_and_tax_type_and_tax_sub_type_and_rate_type(country, taxTypeId, taxSubTypeId, options={}) path = "/api/v2/definitions/unitofbasis/countries/#{country}/taxtypes/#{taxTypeId}/taxsubtypes/#{taxSubTypeId}"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
# List all defined units of measurement
#
# List all units of measurement systems defined by Avalara.
#
@@ -1112,9 +1112,9 @@
# @param top [Integer] If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
# @param skip [Integer] If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
# @param orderBy [String] A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
# @return [FetchResult]
def list_unit_of_measurement(options={}) path = "/api/v2/definitions/unitofmeasurements"
- get(path, options, "22.7.0") end
+ get(path, options, "22.8.0") end
end
end
end
\ No newline at end of file