Pricing Recipe Input

Input representation to set up a pricing recipe page.
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
pricing​RecipeLookUp​Table​Input​Representations Pricing Recipe LookUp Table Input[] Input representation of the recipe mapping. Required 60.0
pricing​Recipe​Procedure​Input​Representation 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