Get Plan Details

This operation gives the udf-level plan details.

Method: HTTP POST method

Endpoint: http://<host_address>:<port_address>/v1/plan/get

Example:

{
  "orderID": "string",
  "orderRef": "string",
  "planID": "string",
  "businessTransactionID": "string",
  "correlationID": "string",
  "idsOnly": true,
  "includeItems": true,
  "matchingUdfNameAllPi": "string",
  "piMatchingUdfNameVal": "string",
  "matchingUdfNameAllPiIgnoreEmpty": true
}