Get PlanItems Request
Method: HTTP POST method
Endpoint: http://<host_address>:<port_address>/v1/planitems/get
| 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 |
| planID (optional) | string (query) | planID |
Example of getPlanItemsRequest:
{
"businessTransactionID": "string",
"idsOnly": "string",
"planID": "string",
"planItem": [
{
"planItemID": "string"
}
]
}
Copyright © Cloud Software Group, Inc. All rights reserved.
