Decision Matrix Lookup Result
- JSON の例
-
1{ 2 "outputs": [ 3 { 4 "result": [], 5 "error": "Input Data is Missing" 6 }, 7 { 8 "result": [ 9 { 10 "name": "premium", 11 "value": "2400" 12 }, 13 { 14 "name": "tax", 15 "value": "300" 16 } 17 ] 18 }, 19 { 20 "result": [], 21 "error": "There is no output for the given input data" 22 } 23 ] 24}
| プロパティ名 | 型 | 説明 | 検索条件グループとバージョン | 使用可能なバージョン |
|---|---|---|---|---|
| outputs | Decision Matrix Lookup Basic Result[] | 決定マトリックスから返された出力のリスト。1 つの出力に複数の変数を含めることができます。 | Small、55.0 | 55.0 |