2.1.5 Configure REST End point URL in relUrl's for connector operation in the Advance Configuration

  1. Login to the SAP Ariba Developer Portal.
  2. In the Discover section, navigate to STRATEGIC SOURCING.
  3. Search for Master Data Retrieval API for Sourcing
  4. Copy the URL value from the Production and Test URL.
  5. Append /entities/users?$includeInactive=true after the Production URL.
  6. Replace this final URL with $(UserReconURL)$ in the relURL.

    Example: $(UserReconURL)$ =https://<hostname.com>/api/sourcing-mds-search/v1/prod/entities/users?$includeInactive=true

  7. Append /entities/groups? after Production URL and replace the final URL with $(GroupLookupURL) $

    Example: $(GroupLookupURL) $=https://<hostname.com>/api/sourcing-mds-search/v1/prod/entities/groups?

  8. Similarly replace $(OrganizationLookupURL)$,$(CurrencyLookupURL)$ and $(LocaleIdLookupURL )$ with /entities/organizations? , /entities/currency? and /entities/localeids? respectively.

    Examples:

    $(OrganizationLookupURL)$= https://<hostname.com>/api/sourcing-mds-search/v1/prod/entities/organizations?&$filter=SystemID%20eq%20'[Buyer]'

    $(CurrencyLookupURL)$= https://openapi.ariba.com/api/sourcing-mds-search/v1/prod/entities/currency?

    $(LocaleIdLookupURL )$ = https://openapi.ariba.com/api/sourcing-mds-search/v1/prod/entities/localeids?