2.1.5 Configure REST End point URL in relUrl's for connector operation in the Advance Configuration
- Login to the SAP Ariba Developer Portal.
- In the Discover section, navigate to STRATEGIC SOURCING.
- Search for Master Data Retrieval API for Sourcing
- Copy the URL value from the Production and Test URL.
- Append /entities/users?$includeInactive=true after the Production URL.
- Replace this final URL with $(UserReconURL)$ in the relURL.
Example: $(UserReconURL)$ =https://<hostname.com>/api/sourcing-mds-search/v1/prod/entities/users?$includeInactive=true
- 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?
- 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?