Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ProcessIntegrationProvider Interface
Namespace
Usage
The Fee Reversal and Address Update service processes use classes that implement the ProcessIntegrationProvider interface to handle their attributes. This class fetches the svcCatalogRequestId after the Service Catalog Resource connect API has been invoked.
ProcessIntegrationProvider Methods
The following are methods for ProcessIntegrationProvider.
executeCallout(requestGuid, inputRecordId, payload, attributes)
Signature
public IntegrationCalloutResponse executeCallout(String requestGuid, String inputRecordId, String payload, Map<String, Object> attributes)
Parameters
- requestGuid
- Type: String
- Represents the Request GUID that uniquely identifies the API call.
- inputRecordId
- Type: String
- Represents the input record that contains the payload for the API call.
- payload
- Type: String
- Represents an additional payload provided outside of the inputRecordId.
- attributes
- Type: Map<String,Object>
- Represents attribute data from the Integration Definition record.
Return Value
Type: IntegrationCalloutResponse object