Getting all fairs available in FoodMaster.
xGET/Beurs/all
xGET/Beurs
dossiernr = company within FoodMaster
dossiernr = company within FoodMaster
id_beurs = ID from the fair within FoodMaster
Returns the available fairs.
See following example:
x{"dsBeurzen": {"ttBeurzen": [{"dossiernr": 1, // Company within FoodMaster"cd_beurs": "DELBDESS232", // Fair code"id_beurs": 37883, // Fair id within FoodMaster"omschrijving1": "Online najaarsbeurs 2023",// Description 1"omschrijving2": "", // Description 2"datum-van": 25/09/2023, // Date from"datum-tot": 10/12/2023 // Date to},...]}}
Returns the available information from a fair.
See following example:
x{"dsBeurs": {"ttBeurs_HFD": [ // Fair information{"dossiernr": 1, // Company within FoodMaster"cd_beurs": "DELBDESS232", // Fair code"id_beurs": 37883, // Fair id within FoodMaster"omschrijving1": "Online najaarsbeurs 2023",// Description 1"omschrijving2": "", // Description 2"datum-van": 25/09/2023, // Date from"datum-tot": 10/12/2023, // Date to"uitlever-datum-van": 09/10/2023, // Delivery date from"uitlever-datum-tot": 10/12/2023, // Delivery date to"atl_etiketten": 0, // Number of labels"ttBeurs_PER": [ // All periods from the fair{"id_beurs": 37883, // Fair id within FoodMaster"volgnr": 1, // Sequence number"commentaar": "Uitleverweek 1", // Remark"datum-van": 09/10/2023, // Date from"datum-tot": 15/10/2023 // Date to},...],"ttBeurs_LEV": [ // All suppliers from the fair{"id_beurs": 37883, // Fair id within FoodMaster"levernummer": 60001, // Supplier number"naam": "Imperial Meat Products", // Name supplier"commentaar": "", // Remark"ttBeurs_ART": [ // All articles from the suppliers for the fair{"id_beurs": 37883, // Fair id within FoodMaster"levernummer": 60001, // Supplier number"artikelnr": "00104001", // Article number"artikelsrt": 0, // Article type (0 = Normal item, 1 = Raw material)"omschrijving1": "HESPEWORST HEEL IMPERIAL",// Description"punten": 200, // Points"aantal": 2, // Amount"ttBeurs_ART_PNT": [ // All points for articles from the suppliers for the fair{"id_beurs": 37883, // Fair id within FoodMaster"artikelnr": "00104001", // Article number"artikelsrt": 0, // Article type (0 = Normal item, 1 = Raw material)"periode": 1, // Period"geen_punten": no // No points for this period},...]},...],"ttBeurs_LEV_PTN": [ // Points for this supplier{"id_beurs": 37883, // Fair id within FoodMaster"levernummer": 60001, // Supplier number"periode": 1, // Period"geen_punten": no // No points for this period}]},...]}]}}