Getting all articles from the supplier available in FoodMaster.
GET/LeveranciersFiche
dossiernr = company within FoodMaster
lever-nr = supplier number within FoodMaster
Returns the available articles from the supplier.
See following example:
x{"dsLeveranciersFiche": {"ttLeveranciersFiche": [{"dossiernr": 1, // Company within FoodMaster"lever-nr": 60002, // Supplier number in Foodmaster"artikelsrt": 0, // Article type (0 = Normal item, 1 = Raw material)"artikelnr": "00006002", // Article number"standaard": true, // Is default supplier for this article"cd_peenheid": "KG", // Price unit"omrek_prijs": 1.0, // Price for each..."cd_aeenheid": "", // Purchase unit"lev_artikelnr": "01.15.088.1008", // Article number supplier"omschrijving": "", // Article description from supplier"munt": "EUR", // Currency from supplier"prijs_dev": 12.26, // Purchase price from supplier"bruto_akp": 12.26, // Catalogue price from supplier"korting": 10.0, // Discount amount at supplier"tp_korting": 1, // Discount type at supplier (%, amount,...)"netto_akp": 10.0409, // Net purchase price from supplier"kosten_voor": 0.0, // Costs for at supplier"tp_kosten_voor": 1, // Costs type at supplier (%, amount,...)"douane": 0.0, // Customs in %"kosten": 0.0, // Costs after"tp_kosten": 1, // Costs type after (%, amount,...)"kostprijs": 10.0409, // Costs"laatste_akp": 0.0, // Last purchase price from supplier"min_bestel": 0.0, // Minimum order quantity"eco_bestel": 0.0, // Not in use at the moment"lev_termijn": 0, // Delivery time in days"Prijseenheid": "KG", // Unit price"rec-id": 164237, // Reference ID"crud": "R" // CRUD code (R = Read)},...]}}