Contract Action Input

Input to get action details for the contract.
JSON example
1{
2    "actionApiName" : "updateEnvelopeStatus",
3...."actionId" : //object state action definition id,
4    "actionData":{
5        "isUpdateEnvelopeStatusSuccess": true
6    }
7}
Properties
Name Type Description Required or Optional Available Version
actionApiName String API name for respective contract action. Optional 57.0
actionId String ID for Object state Action Definition record.

For the list of all standard actions supported, refer Predefined Dynamic (Contract) Actions.

Note

Optional 57.0
actionData Map<String, String> Action body with supported format string. Optional 57.0

For any request, either actionApiName or actionId must be passed. If none passed, the application raises an exception.

Note