2.1.5 拡張構成でのコネクタ操作のためのrelUrlのRESTエンド・ポイントURLの構成

  1. SAP Ariba Developer Portalにログインします。
  2. 「Discover」セクションで、「STRATEGIC SOURCING」に移動します。
  3. 「Master Data Retrieval API for Sourcing」を検索します
  4. 「Production and Test URL」からURL値をコピーします。
  5. 本番URLの後に/entities/users?$includeInactive=trueを追加します。
  6. この最終URLを、relURLの$(UserReconURL)$に置き換えます。

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

  7. 本番URLの後に/entities/groups?を追加し、最終URLを$(GroupLookupURL) $で置き換えます

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

  8. 同様に、$(OrganizationLookupURL)$/entities/organizations?に、$(CurrencyLookupURL)$/entities/currency?に、$(LocaleIdLookupURL )$/entities/localeids?に置き換えます。

    例:

    $(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?