Get the textual version of promo's in FoodMaster. Only by special prices or also by points actions.
GET /PromoTitles
GET /PromoTitles/withPoints
dossiernr = company within FoodMaster
klant-nr = customer id
codes = Specials prices points that should be included. Divided by "-". For example: "50-80"
The call returns the articles that have a promotion and give the title that should be displayed for each article.
See following example:
xxxxxxxxxx{ "dsPromoTitles": { "ttPromoTitles_HFD": [ { "dossiernr": 1, // company within FoodMaster "klant-nr": 763, // customer id "codes": "50-80", // special price codes "punten": true, // also get promo titles of points actions "ttPromoTitles_DET": [ { "artikelsrt": 0, // article kind "artikelnr": "00069931", // article id "omschr_nl": "", // promo title Dutch "omschr_fr": "", // promo title French "omschr_en": "", // promo title English "omschr_de": "", // promo title German "van_datum": "2020-11-16", // start date "tot_datum": "2020-11-29" // end date }, ] } ] }}