Get PlanItems Request

Method: HTTP POST method

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

Parameters
Name Type Value
businessTransactionID (optional) string (query) businessTransactionID
CorrectionID (optional) string (query) CorrectionID
getPlanItemsRequest (mandatory) body request values
idsOnly Boolean (query) true or false
includeRelatedPlanItems (optional) Boolean (query) true or false
orderID (mandatory) string (query) orderid
Note: The value of orderId must not contain ":"
orderRef (optional) string (query) orderRef
Note: You must enter the orderRef value for the older orders where the orderRef was unique and there was no orderId. For the new orders, both the orderId and orderRef are the same, you can enter either one.
Note: The value of orderRef must not contain ":"
planID (optional) string (query) planID

Example of getPlanItemsRequest:

{
  "businessTransactionID": "string",
  "idsOnly": "string",
  "planID": "string",
  "planItem": [
    {
      "planItemID": "string"
    }
  ]
}