Business Partner

Everything about Business Partners.

Match Business Partners

Matches the given Business Partners against the given data matching definition.

SecurityapiKey
Request
Request Body schema: application/json
required
required
Array of objects (BusinessPartner) [ 1 .. 1000 ] items

List of Business Partners to be matched.

dataMatchingDefinitionId
string (DataMatchingDefinitionId)

Id of the data matching definition.

Example: "6461e6113b1865304b3038b6"
required
object (BusinessPartner)

An organization which has some degree of involvement with another organization's business dealings. Typically, a company's Business Partner is another company in the role of a customer, a supplier, a vendor, or a service provider. In the CDL context, the Business Partner is the core managed entity. A Business Partner is globally uniquely identifiable by a CDL ID, and all managed information such as addresses, documents, and hierarchies is linked to a Business Partner.

Responses
200

OK

400

The sent request is malformed.

post/businesspartners/match
Request samples
application/json
{
  • "candidates": [],
  • "pattern": {},
  • "dataMatchingDefinitionId": "6461e6113b1865304b3038b6"
}
Response samples
application/json
{
  • "matchingProfiles": [
    ]
}