This code worked. You have to check "3 - This is an Item Discount" checkbox in the "General" tab of the Config UI for the discounts to be applied to each menu item instead of the whole check
private void ApplyItemDiscountToMenuItem(int menuItemDetailLink)
{
const int DiscountId = 123...
Hi,
I am able to add a discount to an individual check menu item by using the Simphony REST api
"Post a new round to a check"
POST {basePath}/checks/{checkRef}/round
"menuItems": [
{
"menuItemId": 123,
"definitionSequence": 1,
"name": "Item...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.