Resource Input
- JSON example
-
1{ 2 "variables":{ 3 "details":[ { 4 "apiName":"condition_output__1", 5 "dataType":"Boolean", 6 "defaultValue":"False", 7 "id":"0kJxx00000000KzEAI", 8 "isEditable":false, 9 "isUserDefined":false, 10 "name":"condition_output__1" 11 } ] 12 } 13} 14"constants":{ 15 "details":[ { 16 "apiName":"SENIOR_CITIZEN_AGE", 17 "dataType":"Number", 18 "defaultValue":"60", 19 "isEditable":true, 20 "isUserDefined":true, 21 "name":"SENIOR_CITIZEN_AGE", 22 "precision":2 23 }.] 24} - Properties
-
Name Type Description Required or Optional Available Version apiName String The API name of the variable or constant. Required 53.0 calculationMatrixName String The name of the decision matrix used in the variable or constant. Optional 53.0 dataType String The date type of the variable or constant. Possible values are:- Boolean
- Currency
- Date
- Number
- Percent
- Text
Required 53.0 defaultValue String The default value of the variable or constant. Optional 53.0 displayName String The display name of the variable or constant that appears in the user interface. Optional 53.0 id String The ID of the variable or constant. Required 53.0 isEditable Boolean Indicates whether the variable or constant is editable. Optional 53.0 isUserDefined Boolean Indicates whether the variable or constant is user-defined. Optional 53.0 name String The name of the variable or constant. Required 53.0 precision Integer The floating-point precision of the variable or constant. Required 53.0 uiDisplayOrder Integer The display order of the variable or constant in the UI. Optional 53.0