Integration Procedure Details

Input representation of the details of the integration procedures to clear the cache for.
JSON example
{
  "inputs": [
    {
      "ipkey": "Account_GetAccountDetails",
      "inputData": "{\"Name\": \"Get Account Details\"}",
      "blockName": "Cache"
    }
  ]
}
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