Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Rating Options Input
Input representation details of rating service options.
- JSON example
-
1{ 2 "ratingOptions": { 3 "executeConfigurationRules": true, 4 "executePricing": true, 5 "returnContextJSON": true, 6 "returnProductDetails": true 7 } 8} - Properties
-
Name Type Description Required or Optional Available Version executeConfiguration���Rules Boolean Indicates whether to execute configuration rules. Optional 63.0 executePricing Boolean Indicates whether to execute pricing. Optional 63.0 pricingProcedure String Name of the associated pricing procedure. This property is deprecated in API version 66.0 and later.
Optional 63.0 returnContextJSON Boolean Indicates whether context details must be shown in the response (true) or not (false). Optional 66.0 returnProductDetails Boolean Indicates whether product details must be shown in the response (true) or not (false). Optional 66.0 returnRatingResults Boolean Indicates whether rating results must be shown in the response (true) or not (false). Optional 66.0