The APPROVAL_REJECT action is used by the Salesforce connector to reject a Salesforce object that is awaiting approval.
The input parameters to reject an object awaiting approval are:
Parameter | Type | Required | Description |
---|---|---|---|
salesforcePayload | JSON | Required | The payload to send to Salesforce as a JSON map. See the Salesforce API documentation for valid fields to send. |
The output parameters from rejecting an object awaiting approval are:
Parameter | Type | Required | Description |
---|---|---|---|
salesforceResult | String | Optional | The result from the REST or SOAP call from Salesforce |
salesforceStatus | String | Optional | The HTTP status code of the response |