📄️ Returns legal entities by different search parameters
This endpoint tries to find matches among all existing business partners of type legal entity, filtering out partners which entirely do not match and ranking the remaining partners according to the accuracy of the match.
📄️ Updates an existing legal entity
Update existing business partner records of type legal entity referenced via BPNL. The endpoint expects to receive the full updated record, including values that didn't change.
📄️ Creates a new legal entity
Create new business partners of type legal entity. The given additional identifiers of a record need to be unique, otherwise they are ignored. For matching purposes, on each record you can specify your own index value which will reappear in the corresponding record of the response.
📄️ searchLegalEntities
searchLegalEntities
📄️ Returns legal entities by different search parameters
Search legal entity partners by their BPNLs. The response can contain less results than the number of BPNLs that were requested, if some of the BPNLs did not exist. For a single request, the maximum number of BPNLs to search for is limited to ${bpdm.bpn.search-request-limit} entries.
📄️ Returns a legal entity by identifier, like BPN, DUNS or EU VAT ID, specified by the identifier type
This endpoint tries to find a business partner by the specified identifier. The identifier value is case insensitively compared but needs to be given exactly. By default the value given is interpreted as a BPN. By specifying the technical key of another identifier typethe value is matched against the identifiers of that given type.
📄️ Returns all sites of a legal entity with a specific BPNL
Get business partners of type site belonging to a business partner of type legal entity, identified by the business partner's bpnl ignoring case.
📄️ Returns all addresses of a legal entity with a specific BPNL
Get business partners of type address belonging to a business partner of type legal entity, identified by the business partner's BPNL ignoring case.