2.1.5 拡張構成でのコネクタ操作のためのrelUrlのRESTエンド・ポイントURLの構成
- SAP Ariba Developer Portalにログインします。
- 「Discover」セクションで、「STRATEGIC SOURCING」に移動します。
- 「Master Data Retrieval API for Sourcing」を検索します
- 「Production and Test URL」からURL値をコピーします。
- 本番URLの後に/entities/users?$includeInactive=trueを追加します。
- この最終URLを、relURLの$(UserReconURL)$に置き換えます。
例: $(UserReconURL)$ =https://<hostname.com>/api/sourcing-mds-search/v1/prod/entities/users?$includeInactive=true
- 本番URLの後に/entities/groups?を追加し、最終URLを$(GroupLookupURL) $で置き換えます
例: $(GroupLookupURL) $=https://<hostname.com>/api/sourcing-mds-search/v1/prod/entities/groups?
- 同様に、$(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?