{ "type": "object", "name": "CalculatePriceNewSaleBundlesRequest", "properties": { "listPricebookId": { "type": "string" }, "candidatePricebookIds": { "type": "array", "description": "", "items": { "type": "string" } }, "pricingFlow": { "type": "string" }, "graph": { "type": "object", "properties": { "graphId": { "type": "string" }, "records": { "type": "array", "description": "", "items": { "type": "object", "properties": { "referenceId": { "type": "string" }, "record": { "type": "object", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "object" } }, "required": [ "type" ] }, "CurrencyIsoCode": { "type": "string" }, "SalesTransactionShapeId": { "type": "string" }, "StartDate": { "type": "string" }, "ProductId": { "type": "string" }, "ProductSellingModelId": { "type": "string" }, "Quantity": { "type": "number" }, "PricingTransactionType": { "type": "string" }, "MainSalesTrxnItemShapeId": { "type": "string" }, "AssocSalesTrxnItemShapeId": { "type": "string" }, "MainSalesTrxnItemShapeRole": { "type": "string" }, "AssocSalesTrxnItemShapeRole": { "type": "string" }, "AssociatedItemShapePricing": { "type": "string" } }, "required": [ "attributes" ] } }, "required": [ "referenceId", "record" ] } } }, "required": [ "graphId", "records" ] } }, "required": [ "listPricebookId", "candidatePricebookIds", "pricingFlow", "graph" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }