Getting all points from promotions available in FoodMaster.
xxxxxxxxxxGET/Puntenacties/all
xxxxxxxxxxGET/Puntenacties/one
dossiernr = company within FoodMaster
pag = Page
lim = Limiter
dossiernr = company within FoodMaster
klant-nr = ID from the customer within FoodMaster
pag = Page
lim = Limiter
Returns all points for a promotion for each customer.
See following example:
xxxxxxxxxx{"dsPuntenacties": {"ttPuntenacties": [{"dossiernr": 1, // Company within FoodMaster"klant-nr": 1, // Customer id within FoodMaster"cd_punt": 1, // Promotion number"aantal": 150, // Number of points"rec-id": "", // NOT USED"crud": 0 // NOT USED},...],}}