Newer Version Available
Calculation Procedure Version Definition (Save As, Update)
Update the details of an expression set (also known as calculation
procedure) version record. Save an expression set version record as a new expression set
version record.
- Resource
-
- Available version
- 53.0
- Requires Chatter
- No
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
Specify the version record ID or CLONE in the versionId field to either update an existing expression set version record or save the expression set version record as a new expression set version record.
- Properties
-
Name Type Description Required or Optional Available Version calculationProcedureId String The ID of the expression-set record that you want to update the definition details for or save as a new version definition record. Optional 53.0 constants Calculation Procedure Resource[] The constant values passed in the expression set version record. Optional 53.0 description String The description of the expression set version record. Optional 53.0 enabled Boolean Indicates whether the expression set version record is active (true) for execution or not (false). The default is false. Optional 53.0 endDate String The date and time until when an active expression set version record is in effect. Optional 53.0 name String The name of the expression set version record. Optional 53.0 rank Integer The rank of the expression set version record. When multiple records are in effect, the record that’s ranked higher takes precedence. Optional 53.0 root String[] The first steps defined in the expression set version record. Optional 53.0 startDate String The start date and time from when an active expression set version record is in effect. Optional 53.0 step Map<String, Calculation Procedure Step Input> The list of steps defined in the expression set version record. Optional 53.0 variables Calculation Procedure Resource[] The variable values passed in the expression set version record. Optional 53.0 versionId String The ID of the expression set version record. Required 53.0 versionNumber Integer The version number of the expression set record. Optional 53.0
- Response body for POST
- Calculation Procedure Version Definition Output