class AvalaraSdk::EInvoicing::AvalaraSdk::EInvoicing::V1::TaxIdentifiersApi

def validate_tax_identifier(request_parameters)

Returns:
  • (TaxIdentifierResponse) -

Parameters:
  • avalara_version (String) -- The HTTP Header meant to specify the version of the API intended to be used. # @param tax_identifier_request [TaxIdentifierRequest] # @param x_avalara_client [String] You can freely use any text you wish for this value. This feature can help you diagnose and solve problems with your software. The header can be treated like a \"Fingerprint\". # @param x_correlation_id [String] The caller can use this as an identifier to use as a correlation id to trace the call.
def validate_tax_identifier(request_parameters)
  data, _status_code, _headers = validate_tax_identifier_with_http_info(request_parameters)
  data
end