属性予測RESTエンドポイント
属性予測
属性予測リソースは、属性予測の表示、作成、更新および削除に使用されます。
- 属性予測の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/attributePredictions
- 属性予測の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/attributePredictions/{AttrPredictionId}
- すべての属性予測の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/attributePredictions
- 属性予測の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/attributePredictions/{AttrPredictionId}
- 属性予測の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/attributePredictions/{AttrPredictionId}