OHFinderService
Click here for a complete list of operations.
GetOHSalesTaxByAddress
Standardizes an Ohio address and retrieves sales tax information.
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /OHFinderService/OHFinderService.asmx HTTP/1.1 Host: thefinder.tax.ohio.gov Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://thefinder.tax.ohio.gov/OHFinderService/GetOHSalesTaxByAddress" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <AddressLine xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">string</AddressLine> <City xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">string</City> <StateOrProvince xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">string</StateOrProvince> <PostalCode xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">string</PostalCode> <CountryCode xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">string</CountryCode> <SalesAmount xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">double</SalesAmount> <SalesDate xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">dateTime</SalesDate> <ReturnMultiple xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">boolean</ReturnMultiple> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetOHSalesTaxByAddressResult xmlns="https://thefinder.tax.ohio.gov/OHFinderService/"> <addressResponse> <FoundStreetAddress>string</FoundStreetAddress> <FoundAddressLine2>string</FoundAddressLine2> <FoundCity>string</FoundCity> <FoundState>string</FoundState> <FoundZipCode>string</FoundZipCode> <FoundZipPlus4>string</FoundZipPlus4> <FoundPhysicalCity>string</FoundPhysicalCity> </addressResponse> <taxResponse> <TaxResponse> <StateName>string</StateName> <StateFips>string</StateFips> <CountyName>string</CountyName> <CountyFips>string</CountyFips> <TransitName>string</TransitName> <TransitFips>string</TransitFips> <GeneralTaxIntrastate>double</GeneralTaxIntrastate> <GeneralTaxInterstate>double</GeneralTaxInterstate> <FoodDrugTaxIntrastate>double</FoodDrugTaxIntrastate> <FoodDrugTaxInterstate>double</FoodDrugTaxInterstate> <TotalSalesTaxAmount>double</TotalSalesTaxAmount> <TotalSalesAmountWithTax>double</TotalSalesAmountWithTax> </TaxResponse> <TaxResponse> <StateName>string</StateName> <StateFips>string</StateFips> <CountyName>string</CountyName> <CountyFips>string</CountyFips> <TransitName>string</TransitName> <TransitFips>string</TransitFips> <GeneralTaxIntrastate>double</GeneralTaxIntrastate> <GeneralTaxInterstate>double</GeneralTaxInterstate> <FoodDrugTaxIntrastate>double</FoodDrugTaxIntrastate> <FoodDrugTaxInterstate>double</FoodDrugTaxInterstate> <TotalSalesTaxAmount>double</TotalSalesTaxAmount> <TotalSalesAmountWithTax>double</TotalSalesAmountWithTax> </TaxResponse> </taxResponse> <resultCode>int</resultCode> <result>string</result> </GetOHSalesTaxByAddressResult> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /OHFinderService/OHFinderService.asmx HTTP/1.1 Host: thefinder.tax.ohio.gov Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <AddressLine xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">string</AddressLine> <City xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">string</City> <StateOrProvince xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">string</StateOrProvince> <PostalCode xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">string</PostalCode> <CountryCode xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">string</CountryCode> <SalesAmount xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">double</SalesAmount> <SalesDate xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">dateTime</SalesDate> <ReturnMultiple xmlns="https://thefinder.tax.ohio.gov/OHFinderService/">boolean</ReturnMultiple> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetOHSalesTaxByAddressResult xmlns="https://thefinder.tax.ohio.gov/OHFinderService/"> <addressResponse> <FoundStreetAddress>string</FoundStreetAddress> <FoundAddressLine2>string</FoundAddressLine2> <FoundCity>string</FoundCity> <FoundState>string</FoundState> <FoundZipCode>string</FoundZipCode> <FoundZipPlus4>string</FoundZipPlus4> <FoundPhysicalCity>string</FoundPhysicalCity> </addressResponse> <taxResponse> <TaxResponse> <StateName>string</StateName> <StateFips>string</StateFips> <CountyName>string</CountyName> <CountyFips>string</CountyFips> <TransitName>string</TransitName> <TransitFips>string</TransitFips> <GeneralTaxIntrastate>double</GeneralTaxIntrastate> <GeneralTaxInterstate>double</GeneralTaxInterstate> <FoodDrugTaxIntrastate>double</FoodDrugTaxIntrastate> <FoodDrugTaxInterstate>double</FoodDrugTaxInterstate> <TotalSalesTaxAmount>double</TotalSalesTaxAmount> <TotalSalesAmountWithTax>double</TotalSalesAmountWithTax> </TaxResponse> <TaxResponse> <StateName>string</StateName> <StateFips>string</StateFips> <CountyName>string</CountyName> <CountyFips>string</CountyFips> <TransitName>string</TransitName> <TransitFips>string</TransitFips> <GeneralTaxIntrastate>double</GeneralTaxIntrastate> <GeneralTaxInterstate>double</GeneralTaxInterstate> <FoodDrugTaxIntrastate>double</FoodDrugTaxIntrastate> <FoodDrugTaxInterstate>double</FoodDrugTaxInterstate> <TotalSalesTaxAmount>double</TotalSalesTaxAmount> <TotalSalesAmountWithTax>double</TotalSalesAmountWithTax> </TaxResponse> </taxResponse> <resultCode>int</resultCode> <result>string</result> </GetOHSalesTaxByAddressResult> </soap12:Body> </soap12:Envelope>