Modify an existing decision.
Since version: 12.5
Request parameters
* denotes a required field
Parameter
|
Example
|
API version |
SessionID*
|
The session Id obtained from doLogin()
|
string
|
7viklshodc6cnsh4s5vu75mqk0
|
|
DecisionID*
|
Decision identifier
|
integer
|
11346
|
|
Name*
|
Name of the decision i.e. display text
|
string
|
Approved
|
|
Status
|
Controls whether a decision is shown (true) or hidden (false)
|
boolean
|
true / false
|
|
Reason
|
Determine if a reason must be given for this decision
|
boolean
|
true / false
|
|
PostMessage
|
Determine if a post message popup is displayed with this decision
|
boolean
|
true / false
|
| AccountID | The target account. If not provided the account is obtained from the SessionID. | integer | 55634 | 13.5 |
|