この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Calculation Procedure Detail Output

式セットの詳細の出力表現。

この API は、API バージョン 55.0 で廃止さ��ました。API バージョン 55.0 以降では、新しいビジネスルールエンジンのビジネス API を使用します。

メモ

応答サンプル
1{
2   "code" : "200",
3   "id" : "0k0x000000000BQAAY",
4   "inputVariables" : [ {
5      "dataType" : "Number",
6      "name" : "var1"
7   } ],
8   "isSuccess" : true,
9   "message" : "",
10   "name" : "RuleWith100Conditions42",
11   "outputVariables" : [ {
12      "dataType" : "Number",
13      "name" : "var2"
14   } ]
15}
プロパティ名 説明 検索条件グループとバージョン 使用可能なバージョン
code String 要求の応答コード。 Small、53.0 53.0
description String 式セットの説明。 Small、53.0 53.0
id String 式セットレコードの ID。 Small、53.0 53.0
inputVariables Calculation Procedure Variable Output[] 式セットの入力変数のリスト。 Small、53.0 53.0
isSuccess Boolean 要求が成功したかどうかを示します。 Small、53.0 53.0
message String 要求の応答メッセージ。 Small、53.0 53.0
name String 式セットの名前。 Small、53.0 53.0
outputVariables Calculation Procedure Variable Output[] 式セットの出力変数のリスト。 Small、53.0 53.0