統合マップv1 RESTエンドポイント
統合マップv1
統合マップは、Salesのオブジェクトと他のOracle applicationsのオブジェクト間の属性マッピングを示します。 統合プロセスでは、これらのマッピングを使用して、Salesから他のアプリケーションへの同期が必要な属性を決定します。
- 拡張問合せすべての統合マップ
- メソッド: postパス :
https://<servername>/api/boss/data/objects/ora/cxSalesCommon/integration/v1/$en/integrationMaps/$query
- 統合マップの拡張問合せ
- メソッド: postパス :
https://<servername>/api/boss/data/objects/ora/cxSalesCommon/integration/v1/$en/integrationMaps/{integrationMaps_id}/$query
- 統合マップの作成
- メソッド: postパス :
https://<servername>/api/boss/data/objects/ora/cxSalesCommon/integration/v1/$en/integrationMaps
- すべての統合マップの取得
- メソッド: getパス :
https://<servername>/api/boss/data/objects/ora/cxSalesCommon/integration/v1/$en/integrationMaps
- 統合マップの取得
- メソッド: getパス :
https://<servername>/api/boss/data/objects/ora/cxSalesCommon/integration/v1/$en/integrationMaps/{integrationMaps_id}
- 統合マップの更新
- メソッド: patchパス :
https://<servername>/api/boss/data/objects/ora/cxSalesCommon/integration/v1/$en/integrationMaps/{integrationMaps_id}