Getting the supplier information available in FoodMaster.
xGET/LeveranciersInfo
dossiernr = company within FoodMaster
lever-nr = supplier number within FoodMaster
Returns the available supplier information.
See following example:
x{"dsLeveranciersInfo": {"ttLeveranciersInfo": [{"dossiernr": 1, // Company within FoodMaster"lever-nr": 60002, // Supplier number in Foodmaster"naam": "What's Cooking Savoury Belgium", // Name of supplier"naam2": "Terbeke - Pluma", // Second name of supplier"adres": "Antoon Vanderpluymstraat 1", // Address"postnr": "2160", // Zipcode"woonpl": "WOMMELGEM", // City"land": "B", // Country"btw-nr": "0475089271", // VAT Number"taal": "N", // Language (N = Dutch, F = French, E = English, D = German)"tel-kantoor": "03\/350.06.80", // Contact office telephone number"tel-gsm": "", // Contact mobiele telephone number"e-mail": "csBE-LU-OTC-OOH@terbeke.com.TEST", // Mail address"internet-adres": "www.terbeke.com", // Website"lvgroep": "", // Supplier group code"code-bc": 1, // Payment condition (See "Betalingsconditie" in FoodMaster for all available options)"munt": "EUR", // Currency"btw-tar": 2, // VAT %"gl_korting1": 0.0, // Global discount 1"gl_korting2": 0.0, // Global discount 2"levertermijn": 0, // Delivery period"actief": true, // Active supplier"rec-id": 7598837, // Reference ID"crud": "R" // CRUD code (R = Read)}]}}