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

Simulation Input Variables Result List

シミュレーションの入力変数のリストに関する出力表現。

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

メモ

応答サンプル
1{
2   "code": "200",
3   "message": "",
4   "isSuccess": true
5   "inputVariables": [
6     {
7         "DataType": "Number",
8         "Name": "medicalPayment",
9         "ApiName": "medicalPayment",
10         "DefaultValue": "10",
11         "LastSimulatedValue": "10",
12         "Precision": "1"
13      }, {
14         "DataType": "Number",
15         "ApiName": "dedWaiverFactor",
16         "Name": "dedWaiverFactor",
17         "DefaultValue": "10",
18         "LastSimulatedValue": "15",
19         "Precision": "1"
20      }
21   ]
22}
プロパティ名 説明 検索条件グループとバージョン 使用可能なバージョン
code String 要求の応答コード。 Small、53.0 53.0
inputVariables Simulation Input Variables Basic[] シミュレーションの入力変数のリスト。 Small、53.0 53.0
isSuccess Boolean 要求が成功したかどうかを示します。 Small、53.0 53.0
message String 要求の応答メッセージ。 Small、53.0 53.0