Pricing Recipe Mapping (POST)
Create a mapping between the pricing recipe and the Decision Tables.
Post recipes with lookup tables or procedures.
- Resource
-
/connect/core-pricing/recipe/mapping
- Resource example
-
https://yourInstance.salesforce.com/services/data/v63.0/connect/core-pricing/recipe/mapping
- Available version
- 60.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
{ "recipeId" : "12Gxx0000005J9MEAU", "pricingRecipeLookUpTableInputRepresentations": [ { lookupId: “12Gxx0000005J9MEAU”, pricingComponentType: “CustomDiscount” }, { lookupId: “12Gxx0000005J9MEAU”, pricingComponentType: “CustomDiscount” } ], "pricingRecipeProcedureInputRepresentation" : { "procedureId" : "9QLxx0000004C92GAE" } }
- Properties
-
Name Type Description Required or Optional Available Version pricingRecipeLookUpTableInputRepresentations Pricing Recipe LookUp Table Input[] Input representation of the recipe mapping. Required 60.0 pricingRecipeProcedureInputRepresentation Pricing Recipe Procedure Input Input representation of the procedure that’s used in the pricing recipe. Required 60.0 recipeId String ID of the pricing recipe. Required 60.0
- Response body for POST
- Pricing Recipe Post