{"id":3766,"date":"2022-11-12T00:05:29","date_gmt":"2022-11-12T00:05:29","guid":{"rendered":"https:\/\/serviceobjects.wpaladdin.com\/?page_id=3766"},"modified":"2026-03-02T10:09:04","modified_gmt":"2026-03-02T18:09:04","slug":"ft-getbestmatch-recommended-operation","status":"publish","type":"page","link":"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/","title":{"rendered":"FT &#8211; GetBestMatch &#8211; Recommended Operation"},"content":{"rendered":"<nav aria-label=\"FT GetBestMatch Recommended Operation Navigation\">\n<ul class=\"is-style-bullets-list\">\n<li><a href=\"#FT-GetBestMatch-RecommendedOperation-URLEndpoints\">URL Endpoints<\/a><\/li>\n<li><a href=\"#FT-GetBestMatch-RecommendedOperation-GetBestMatchInputs\">GetBestMatch Inputs<\/a><\/li>\n<li><a href=\"#FT-GetBestMatch-RecommendedOperation-GetBestMatchOutputs\">GetBestMatch Outputs<\/a><\/li>\n<li><a href=\"#FT-GetBestMatch-RecommendedOperation-References\">References<\/a><\/li>\n<\/ul>\n<\/nav>\n<article aria-label=\"FT GetBestMatch Overview\">&nbsp;<br \/>\nThis document defines the input, output and behavior of the web service operations in GetBestMatch.\u00a0<\/article>\n<article aria-label=\"FT GetBestMatch Operation Explanation\">&nbsp;<br \/>\nThis operation will return the best available tax rate match with the given input. If the given address input cannot be resolved or found, the operation will provide a Zip level match if the given zip code is valid. The service will provide a total tax rate for the given input as well as the different CountryDistrict, CityDistrict, City, County and State rates that the comprise the total rate returned. This operation also has the ability to determine whether or not a given address may be in an unincorporated area. \u00a0If the IsUnicorporated flag is returned in the NotesDesc field, then appropriate logic should be implemented to remove the city and city district rates from the total rate as those would not apply for the given input. If the MatchLevel returned is &#8220;Zip&#8221; then this operation can also return multiple tax rates for the different tax jurisdictions combinations within the particular zip code. In this case, it would be up the user to determine what tax rate would prove to be the best match for the given input.<\/article>\n<article aria-label=\"FT GetBestMatch Additional Information\">&nbsp;<br \/>\nThis operation may also return blank city or county information for certain requests. \u00a0Most of the time we can verify the location of an input address and fill in the appropriate city and county information with the verified address information. In other scenarios, the outputs may be missing those fields because the input address was bad, but we are still able to find applicable tax rates for the given address information. If you have further questions about this, please contact us at\u00a0<a href=\"mailto:support@serviceobjects.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@serviceobjects.com<\/a><br \/>\n&nbsp;<\/article>\n<article aria-label=\"FT GetBestMatch Note\">NOTE: This operation will not remove any city tax rates for an address that receives an &#8220;IsUnincorporated&#8221; flag. \u00a0This logic will have to be set up in your code when calling this operation.<br \/>\n<\/article>\n<p>&nbsp;<\/p>\n<section aria-labelledby=\"FT-GetBestMatch-RecommendedOperation-URLEndpoints\">\n<h2 id=\"FT-GetBestMatch-RecommendedOperation-URLEndpoints\">URL Endpoints<\/h2>\n<ul class=\"is-style-no-bullets-indented-list\">\n<li><strong>JSON:<\/strong>\u00a0\n<ul>\n<li><a href=\"https:\/\/trial.serviceobjects.com\/ft\/web.svc\/JSON\/GetBestMatch?Address=[Address]&amp;Address2=[Address2]&amp;City=[City]&amp;State=[State]&amp;Zip=[Zip]&amp;TaxType=[TaxType]&amp;LicenseKey=[YourLicenseKeyHere\">https:\/\/trial.serviceobjects.com\/ft\/web.svc\/JSON\/GetBestMatch?Address=[Address]&amp;Address2=[Address2]&amp;City=[City]&amp;State=[State]&amp;Zip=[Zip]&amp;TaxType=[TaxType]&amp;LicenseKey=[LicenseKey]<\/a><\/li>\n<\/ul>\n<\/li>\n<li><strong>XML:<\/strong>\u00a0\n<ul>\n<li><a href=\"https:\/\/trial.serviceobjects.com\/ft\/web.svc\/XML\/GetBestMatch?Address=[Address]&amp;Address2=[Address2]&amp;City=[City]&amp;State=[State]&amp;Zip=[Zip]&amp;TaxType=[TaxType]&amp;LicenseKey=[YourLicenseKeyHere]\">https:\/\/trial.serviceobjects.com\/ft\/web.svc\/XML\/GetBestMatch?Address=[Address]&amp;Address2=[Address2]&amp;City=[City]&amp;State=[State]&amp;Zip=[Zip]&amp;TaxType=[TaxType]&amp;LicenseKey=[LicenseKey]<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/section>\n<div style=\"display:flex; gap:16px; flex-wrap:wrap; margin:24px 0;\">\n<div style=\"border: 1px solid #d1d5db; border-radius: 8px; padding: 16px; max-width: 320px; background: #f9fafb; flex: 1;\">\n<h3 style=\"margin-top: 0; margin-bottom: 8px; font-size: 1.2em;\">Run This Request in Postman<\/h3>\n<p style=\"margin: 0; line-height: 1.4;\">Test with this address:<br \/>\n<a style=\"font-weight: bold; color: #2563eb; text-decoration: none;\" href=\"https:\/\/www.postman.com\/service-objects-api\/service-objects\/example\/41579131-129875aa-2846-4653-9bf4-582c81ef52a5\" target=\"_blank\" rel=\"noopener\"><br \/>\n779 Heritage Hls<br \/>\nSomers, NY 10589 <\/p>\n<p><\/a><\/p>\n<\/div>\n<div style=\"border: 1px solid #d1d5db; border-radius: 8px; padding: 16px; max-width: 320px; background: #f9fafb; flex: 1;\">\n<h3 style=\"margin-top: 0; margin-bottom: 8px; font-size: 1.2em;\">Check out the Integration Code in GitHub<br \/><\/h3>\n<p style=\"margin: 0; line-height: 1.4;\"><a style=\"font-weight: bold; color: #2563eb; text-decoration: none;\" href=\"https:\/\/github.com\/ServiceObjects\/fast-tax\" target=\"_blank\" rel=\"noopener\"><br \/>\nGitHub<br \/>\n<\/a><\/p>\n<\/div>\n<\/div>\n<section aria-labelledby=\"FT-GetBestMatch-RecommendedOperation-GetBestMatchInputs\">\n<h2 id=\"FT-GetBestMatch-RecommendedOperation-GetBestMatchInputs\">GetBestMatch Inputs<\/h2>\n<figure class=\"wp-block-table is-style-table-section\">\n<table>\n<thead>\n<tr>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Type<\/th>\n<th scope=\"col\">Values<\/th>\n<th scope=\"col\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Address<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>\u00a0Address line associated with desired tax rates<\/td>\n<\/tr>\n<tr>\n<td>Address2<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>Address2 line associated with desired tax rates<\/td>\n<\/tr>\n<tr>\n<td>City<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>City associated with desired tax rates<\/td>\n<\/tr>\n<tr>\n<td>State<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>\u00a0State associated with desired tax rates<\/td>\n<\/tr>\n<tr>\n<td>Zip<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>The zip code associated with the desired tax rates<\/td>\n<\/tr>\n<tr>\n<td>TaxType<\/td>\n<td>String<\/td>\n<td>sales \/ use<\/td>\n<td>Selects the type of tax to look for, for the given area.<\/td>\n<\/tr>\n<tr>\n<td>LicenseKey<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>Your license key to use the service.<br \/>Sign up for a free trial key at<br \/><a href=\"https:\/\/www.serviceobjects.com\/fasttax\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.serviceobjects.com\/fasttax\/<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<\/section>\n<section aria-labelledby=\"FT-GetBestMatch-RecommendedOperation-GetBestMatchOutputs\">\n<h2 id=\"FT-GetBestMatch-RecommendedOperation-GetBestMatchOutputs\">GetBestMatch Outputs<\/h2>\n<article aria-label=\"GetBestMatch Object Description\">\n<ul class=\"is-style-no-bullets-indented-list\">\n<li>All of the response objects are contained within the GetBestMatch object.<\/li>\n<\/ul>\n<\/article>\n<article aria-label=\"GetBestMatchResponse Description\">\n<ul class=\"is-style-no-bullets-indented-list\">\n<li><em>GetBestMatchResponse<\/em><\/li>\n<\/ul>\n<\/article>\n<figure class=\"wp-block-table is-style-table-section\">\n<table>\n<thead>\n<tr>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Type<\/th>\n<th scope=\"col\">Description<\/th>\n<th scope=\"col\">\u00a0<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>TaxInfoItems<\/td>\n<td>BestMatchTaxInfo[]<\/td>\n<td>Varies<\/td>\n<td>The returned tax <br \/>rate values of an <br \/>input address.<\/td>\n<\/tr>\n<tr>\n<td>MatchLevel<\/td>\n<td>String<\/td>\n<td>&#8216;Address&#8217; or &#8216;Zip&#8217;<\/td>\n<td>The returned <br \/>match level that <br \/>was made with the<br \/>given input.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-errors\/\" target=\"_blank\" rel=\"noreferrer noopener\">Error<\/a><\/td>\n<td>Object<\/td>\n<td>Varies<\/td>\n<td>The returned error <br \/>result from a failed <br \/>address <br \/>verification or <br \/>user input error.<\/td>\n<\/tr>\n<tr>\n<td>Debug<\/td>\n<td>String[]<\/td>\n<td>Varies<\/td>\n<td>Used internally <br \/>for testing.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<article aria-label=\"BestMatchTaxInfo Description\">\n<ul class=\"is-style-no-bullets-indented-list\">\n<li><em>BestMatchTaxInfo<\/em><\/li>\n<\/ul>\n<\/article>\n<figure class=\"wp-block-table is-style-table-section\">\n<table>\n<thead>\n<tr>\n<th>Name<\/th>\n<th>Type<\/th>\n<th>Values<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Zip<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>The given zip code associated with the tax <br \/>rate<\/td>\n<\/tr>\n<tr>\n<td>City<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>The city associated with the given input<\/td>\n<\/tr>\n<tr>\n<td>County<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>The county associated with the given input<\/td>\n<\/tr>\n<tr>\n<td>StateAbbreviation<\/td>\n<td>String<\/td>\n<td>Two letter <br \/>state code<\/td>\n<td>The common two letter state abbreviation<\/td>\n<\/tr>\n<tr>\n<td>StateName<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>The name of the state associated with the <br \/>given tax rate<\/td>\n<\/tr>\n<tr>\n<td>TaxRate<\/td>\n<td>String<\/td>\n<td>Decimal digit<\/td>\n<td>The decimal representation of the overall tax <br \/>rate<\/td>\n<\/tr>\n<tr>\n<td>StateRate<\/td>\n<td>String<\/td>\n<td>Decimal digit<\/td>\n<td>The decimal representation of the state&#8217;s tax <br \/>rate<\/td>\n<\/tr>\n<tr>\n<td>CityRate<\/td>\n<td>String<\/td>\n<td>Decimal digit<\/td>\n<td>The decimal representation of the city&#8217;s tax <br \/>rate<\/td>\n<\/tr>\n<tr>\n<td>CountyRate<\/td>\n<td>String<\/td>\n<td>Decimal digit<\/td>\n<td>The decimal representation of the county&#8217;s <br \/>tax rate<\/td>\n<\/tr>\n<tr>\n<td>CountyDistrictRate\u00a0<a href=\"#FT-GetBestMatch-RecommendedOperation-CiteSummary_1\" target=\"_blank\" rel=\"noreferrer noopener\"><sup>[1]<\/sup><\/a><\/td>\n<td>String<\/td>\n<td>Decimal digit<\/td>\n<td>The decimal representation of any special <br \/>district tax rates for the county<\/td>\n<\/tr>\n<tr>\n<td>CityDistrictRate<\/td>\n<td>String<\/td>\n<td>Decimal digit<\/td>\n<td>The decimal representation of any special <br \/>district tax rates for the city<\/td>\n<\/tr>\n<tr>\n<td>SpecialDistrictRate<\/td>\n<td>String<\/td>\n<td>Decimal digit<\/td>\n<td>The decimal representation for any <br \/>additional tax rates that may be added to a <br \/>total tax rate.<\/td>\n<\/tr>\n<tr>\n<td>InformationComponents\u00a0<br \/><a href=\"#FT-GetBestMatch-RecommendedOperation-CiteSummary_2\" target=\"_blank\" rel=\"noreferrer noopener\"><sup>[2]<\/sup><\/a><\/td>\n<td>InformationComponent[]<\/td>\n<td>Varies<\/td>\n<td>An array of name value pairs that contain <br \/>extraneous information related to the input <br \/>and or tax rate.<\/td>\n<\/tr>\n<tr>\n<td>TotalTaxExempt<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>Different items that are exempt from being<br \/>charged a sales tax. Will be a combination <br \/>of Labor\/Freight\/Services.<\/td>\n<\/tr>\n<tr>\n<td>NotesCodes<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>Codes corresponding to various NotesDesc <br \/>results<\/td>\n<\/tr>\n<tr>\n<td>NotesDesc<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>Various pieces of information about the tax <br \/>information returned.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<article aria-label=\"InformationComponent Description\">\n<ul class=\"is-style-no-bullets-indented-list\">\n<li><em>InformationComponent<\/em><\/li>\n<\/ul>\n<\/article>\n<figure class=\"wp-block-table is-style-table-section\">\n<table>\n<thead>\n<tr>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Type<\/th>\n<th scope=\"col\">Value<\/th>\n<th scope=\"col\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Name<\/td>\n<td>String<\/td>\n<td>Varies<\/td>\n<td>The variable name of the Name-<br \/>Value pair that is to be returned<\/td>\n<\/tr>\n<tr>\n<td>Value<\/td>\n<td>String<\/td>\n<td>Value<\/td>\n<td>The resulting value of the of the <br \/>variable returned in the &#8220;Name&#8221;.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<article aria-label=\"InformationComponents Items\">\n<p><em>InformationComponents Items<\/em><\/p>\n<ul>\n<li><strong>ClassFP <\/strong>&#8211; A code that defines the current class of the geographic location. We maintain a table of these in our Address Geocoding &#8211; US product on this <a href=\"https:\/\/www.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-classfp\/\">page<\/a>.<\/li>\n<li><strong>CountyFIPS <\/strong>&#8211; is the FIPS code for the address\u2019 county.<\/li>\n<li><strong>IsUnincorporated<\/strong> &#8211; is the most important output out of these additional outputs. This flag lets the user know if the address entered into FastTax is\u00a0Unincorporated essentially if it is a part of the city with which it is associated. This is important because if an address is unincorporated, then you do not apply\u00a0<strong>CityRate<\/strong>\u00a0to\u00a0<strong>TotalRate<\/strong>.<\/li>\n<\/ul>\n<\/article>\n<\/section>\n<section aria-labelledby=\"FT-GetBestMatch-RecommendedOperation-References\">\n<h2 id=\"FT-GetBestMatch-RecommendedOperation-References\">References<\/h2>\n<ol>\n<li><a href=\"#FT-GetBestMatch-RecommendedOperation-SingleCite_1_1\"><strong>^\u00a0<\/strong><\/a><a href=\"https:\/\/www.serviceobjects.com\/blog\/best-practices-for-fasttax\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Accounting for City and CityDistrict Rates &#8211; Unincorporated Areas<\/strong><\/a><\/li>\n<li><a href=\"#FT-GetBestMatch-RecommendedOperation-SingleCite_2_1\"><strong>^\u00a0<\/strong><\/a><a href=\"https:\/\/www.serviceobjects.com\/blog\/dots-fasttax-gives-more-accurate-tax-rates-by-identifying-unincorporated-places\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>DOTS FastTax Gives More Accurate Tax Rates by Identifying Unincorporated Places<\/strong><\/a><\/li>\n<\/ol>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>URL Endpoints GetBestMatch Inputs GetBestMatch Outputs References &nbsp; This document defines the input, output and behavior of the web service operations in GetBestMatch.\u00a0 &nbsp; This operation will return the best available tax rate match with the given input. If the given address input cannot be resolved or found, the operation will provide a Zip level [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3748,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3766","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>FT - GetBestMatch - Recommended Operation<\/title>\n<meta name=\"description\" content=\"URL Endpoints GetBestMatch Inputs GetBestMatch Outputs References &nbsp; This document defines the input, output and behavior of the web service\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FT - GetBestMatch - Recommended Operation\" \/>\n<meta property=\"og:description\" content=\"URL Endpoints GetBestMatch Inputs GetBestMatch Outputs References &nbsp; This document defines the input, output and behavior of the web service\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/\" \/>\n<meta property=\"og:site_name\" content=\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-02T18:09:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/\",\"url\":\"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/\",\"name\":\"FT - GetBestMatch - Recommended Operation\",\"isPartOf\":{\"@id\":\"https:\/\/www.serviceobjects.com\/docs\/#website\"},\"datePublished\":\"2022-11-12T00:05:29+00:00\",\"dateModified\":\"2026-03-02T18:09:04+00:00\",\"description\":\"URL Endpoints GetBestMatch Inputs GetBestMatch Outputs References &nbsp; This document defines the input, output and behavior of the web service\",\"breadcrumb\":{\"@id\":\"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.serviceobjects.com\/docs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DOTS FastTax\",\"item\":\"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"FT &#8211; Operations\",\"item\":\"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"FT &#8211; GetBestMatch &#8211; Recommended Operation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.serviceobjects.com\/docs\/#website\",\"url\":\"https:\/\/www.serviceobjects.com\/docs\/\",\"name\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.serviceobjects.com\/docs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.serviceobjects.com\/docs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.serviceobjects.com\/docs\/#organization\",\"name\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\",\"url\":\"https:\/\/www.serviceobjects.com\/docs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.serviceobjects.com\/docs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png\",\"contentUrl\":\"https:\/\/www.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png\",\"width\":2560,\"height\":1440,\"caption\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\"},\"image\":{\"@id\":\"https:\/\/www.serviceobjects.com\/docs\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FT - GetBestMatch - Recommended Operation","description":"URL Endpoints GetBestMatch Inputs GetBestMatch Outputs References &nbsp; This document defines the input, output and behavior of the web service","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/","og_locale":"en_US","og_type":"article","og_title":"FT - GetBestMatch - Recommended Operation","og_description":"URL Endpoints GetBestMatch Inputs GetBestMatch Outputs References &nbsp; This document defines the input, output and behavior of the web service","og_url":"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/","og_site_name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","article_modified_time":"2026-03-02T18:09:04+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/","url":"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/","name":"FT - GetBestMatch - Recommended Operation","isPartOf":{"@id":"https:\/\/www.serviceobjects.com\/docs\/#website"},"datePublished":"2022-11-12T00:05:29+00:00","dateModified":"2026-03-02T18:09:04+00:00","description":"URL Endpoints GetBestMatch Inputs GetBestMatch Outputs References &nbsp; This document defines the input, output and behavior of the web service","breadcrumb":{"@id":"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/ft-getbestmatch-recommended-operation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.serviceobjects.com\/docs\/"},{"@type":"ListItem","position":2,"name":"DOTS FastTax","item":"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/"},{"@type":"ListItem","position":3,"name":"FT &#8211; Operations","item":"https:\/\/www.serviceobjects.com\/docs\/dots-fasttax\/ft-operations\/"},{"@type":"ListItem","position":4,"name":"FT &#8211; GetBestMatch &#8211; Recommended Operation"}]},{"@type":"WebSite","@id":"https:\/\/www.serviceobjects.com\/docs\/#website","url":"https:\/\/www.serviceobjects.com\/docs\/","name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","description":"","publisher":{"@id":"https:\/\/www.serviceobjects.com\/docs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.serviceobjects.com\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.serviceobjects.com\/docs\/#organization","name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","url":"https:\/\/www.serviceobjects.com\/docs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.serviceobjects.com\/docs\/#\/schema\/logo\/image\/","url":"https:\/\/www.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png","contentUrl":"https:\/\/www.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png","width":2560,"height":1440,"caption":"Service Objects | Contact, Phone, Email Verification | Data Quality Services"},"image":{"@id":"https:\/\/www.serviceobjects.com\/docs\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/3766","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.serviceobjects.com\/docs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.serviceobjects.com\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.serviceobjects.com\/docs\/wp-json\/wp\/v2\/comments?post=3766"}],"version-history":[{"count":27,"href":"https:\/\/www.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/3766\/revisions"}],"predecessor-version":[{"id":12600,"href":"https:\/\/www.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/3766\/revisions\/12600"}],"up":[{"embeddable":true,"href":"https:\/\/www.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/3748"}],"wp:attachment":[{"href":"https:\/\/www.serviceobjects.com\/docs\/wp-json\/wp\/v2\/media?parent=3766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}