v1
latestOpenAPI 3.1.02026-08-062526.3 KBBusiness Validation
Validate and retrieve businesses information
Submit a batch request to validate and retrieve businesses information.
The service requires at least one of the following input combinations:
Set A - a1, city, state, postal
Set B - freeform
Set C - phone
Set D - stock
Set E - web
post/doBusinessCoderUS
Headers
Accept'application/json' | '*/*' required
Format of the response.
Content-Type'application/json' | '*/*' required
Format of the request.
Request body
Example request
{
"cols": "GrpAddressDetails,GrpBusinessCodes",
"opt": "CentrictHint:company,MaxContacts:5",
"Records": [
{
"a1": "22382 Avenida Empresa",
"city": "Rancho Santa Margarita",
"comp": "Melissa Data",
"ctry": "US",
"phone": "8006354772",
"postal": "92688",
"state": "California"
}
],
"t": "Business Coder Test"
}Response
A response is the result of a request. This consists of returned results codes and parsed, corrected, and/or appended request elements, depending on the options selected.