Waterfall Download Input

The request payload containing line items for which to fetch pricing waterfall data.
JSON example
1{
2  "lineItems": [
3    {
4      "lineItemId": "0Q0fj0000005csfCAA",
5      "executionId": "6719855753007"
6    },
7    {
8      "lineItemId": "0Q0fj0000005csfCAB",
9      "executionId": "6719855753008"
10    }
11  ]
12}
Properties
Property Name Type Description Required
lineItems List<Object> A list of line item and execution ID pairs used to retrieve pricing waterfall data. Required
lineItemId String The Salesforce ID of the line item for which to fetch the pricing waterfall. This property is a child of each object in lineItems. Required
executionId String The execution key that identifies which pricing run’s waterfall to fetch. A line item can have multiple pricing executions over time. This property is a child of each object in lineItems. Required