docs(0012): add generic business partner search endpoint#324
Draft
nicoprow wants to merge 2 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the generic business partner search endpoint to CX-0012, introducing a unified search across legal entities, sites, and additional addresses in a single request.
Changes
New §1.5.2.13 — Generic Business Partner (Pool Search Result)
Defines the response model for the search endpoint: a combined view of an address with its owning legal entity and optional site, derived from the CX-0074 Gate Generic Business Partner model with Pool-specific adaptations:
externalId,nameParts,roles,isOwnCompanyData,externalSequenceTimestamp,createdAt,updatedAtisParticipantData, legal entity identifiers (top-level),address.identifiersNew §2.2.1.7 — Business Partner Controller (REQUIRED)
New required resource:
POST /business-partners/searchKey behaviour specified:
legalNameandbpn(anchor fields, at least one required);streetName,postalCode,city(fuzzy);country(exact)*= any sequence,+= one alphanumeric character)bpn/legalName;legalNameminimum 3 charactersIncludeLegalEntities,IncludeSites,IncludeAdditionalAddresses;LegalAndSiteMainAddressincluded when either LE or site filter is activeChange Request
https://github.com/catenax-eV/product-standardization-prod/issues/666