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

Calculation Procedure List Output

式セットの結果リストの出力表現。

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

メモ

応答サンプル
1{
2   "calculationProcedures" : [ {
3      "id" : "0k0x0000000008ZAAQ",
4      "description" : "Test calculation set",
5      "name" : "Expression_Set_1"
6   },{
7      "id" : "0k0x000000000BQAAY",
8      "description" : "Test procedure set",
9      "name" : "Expression_Set_2"
10   } ],
11   "code" : "200",
12   "isSuccess" : true,
13   "message" : ""
14}
プロパティ名 説明 検索条件グループとバージョン 使用可能なバージョン
calculationProcedures Calculation Procedure Output[] 式セットのリスト。 Small、53.0 53.0
code String 要求の応答コード。 Small、53.0 53.0
message String 要求の応答メッセージ。 Small、53.0 53.0
success Boolean 要求が成功したかどうかを示します。 Small、53.0 53.0