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.
Integration Procedure Details
Input representation of the details of the integration procedures to clear the cache
for.
- JSON example
-
1{ 2 "inputs": [ 3 { 4 "ipkey": "Account_GetAccountDetails", 5 "inputData": "{\"Name\": \"Get Account Details\"}", 6 "blockName": "Cache" 7 } 8 ] 9} - Properties
-
Name Type Description Required or Optional Available Version blockName String Block name of the integration procedure. Optional 64.0 iPKey String Unique key that's associated with the integration procedure. The format of the value for this property is Type_SubType. Required 64.0 inputData String Additional data to clear the cache. Optional 64.0