Getting fair points available in FoodMaster.
GET/Beurspunten/all
xxxxxxxxxxGET/Beurspunten/one
dossiernr = company within FoodMaster
klant-nr = ID from the customer within FoodMaster
pag = Page
lim = Limiter
dossiernr = company within FoodMaster
klant-nr = ID from the customer within FoodMaster
id_beursh = ID from the fair within FoodMaster
pag = Page
lim = Limiter
Returns the points for each period of the fair.
See following example:
xxxxxxxxxx{"dsBeurspunten": {"ttBeurspunten": [{"dossiernr": 1, // Company within FoodMaster"id_beursh": 37883, // Fair id within FoodMaster"klant-nr": 1, // Customer id within FoodMaster"volgnmmr": 1, // Sequence number"bdatum": 12/01/2024, // Begin date fair period"edatum": 24/06/2024, // End date fair period"totaal_punten": 65, // Total of points for this customer"rec-id1": "", // NOT USED"rec-id2": "", // NOT USED"crud": 0 // NOT USED},...],}}