Newer Version Available

This content describes an older version of this product. View Latest

Resource Input

Input representation of the expression set resource (variable or constant).

This API has been deprecated as of API version 55.0. In API version 55.0 and later, use the new Business APIs in Business Rules Engine.

Note

JSON example
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

This field is required for the update request.

Note

53.0
isEditable Boolean Indicates whether the variable or constant is editable.

This field is for user-interface use only.

Note

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

This field is required when the data type is number, currency, or percentage.

Note

53.0
uiDisplayOrder Integer The display order of the variable or constant in the UI.

Reserved for future use.

Note

Optional 53.0