おすすめ決定
- リソース
-
1services/data/vXX.X/connect/visit/recommendations/recommendation-decisions - 使用可能なバージョン
- 51.0
- Chatter が必要かどうか
- いいえ
- HTTP メソッド
- POST
- POST のリクエストボディ
- JSON の例
-
1{ "recommendationDecision": "Accept", 2 "recommendationIds": ["9Tuxx0000004Eu0CAE"], 3} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン recommendationDecision String おすすめのために実行されるおすすめ決定の一意の識別子。 必須 51.0 recommendationDecisionParams Map<String, String> 決定によって実行されたプロセスに関連する他のパラメータの一意の識別子。 省略可能 51.0 recommendationIds String[] おすすめ決定が実行されるおすすめの一意の識別子。 必須 51.0
- POST のレスポンスボディ
- おすすめ決定の出力
- サンプルレスポンスボディ
-
1{ 2 "recommendationDecisionDetails" : [ { 3 "message" : "Visit cannot be created in the past date", 4 "isSuccess" : false, 5 "recommendationId" : "9Tuxx0000004Eu0CAE" 6 }, 7 { 8 "message" : "", 9 "isSuccess" : true, 10 "recommendationId" : "9Tuxx0000004Eu0CAE" 11 } 12 ], 13 "status" : { 14 "code" : "200", 15 "message" : "70 out of 80 visits are scheduled." 16 “totalRecommendations” : 80 17 “successCount: : 70 18 } 19}