Newer Version Available

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

Contract Action Input

Input to get action details for the contract.
JSON example
1{
2    "actionApiName" : "updateEnvelopeStatus",
3    "actionData":{
4        "isUpdateEnvelopeStatusSuccess": true
5    }
6}
Properties
Name Type Description Required or Optional Available Version
actionApiName String API name for respective contract action. Required 56.0
actionData Map<String, String> Action body with supported format string. Optional 56.0