Business Match
The Business Match action is one of the primary services within the Investigate Open API.
This action enables you to submit available information about a data subject.
Minimum Requirements​
The BusinessMatch request requires inputs of Business Name or Company Registration and Address which are defined in: Businesses Search.
Service Request​
To request for a Business match, add a BUSINESS_MATCH
action to the request body entity BusinessesActionsRequest
:
{
"actions": [
{ "action": "BUSINESS_MATCH" }
]
}
BusinessesActionsRequest
​
Service Response​
As part of the BusinessesActionsResponse
entity, the property businessMatch
contains the results of the request.