This endpoint returns the frequently ordered articles for a customer. It's possible to add price info at this point. This option can be activated in FoodMaster by We solve IT.
GET /KlantenFiche
GET /KlantenFiche/incremental
dossiernr = company within FoodMaster
klant-nr = customer id
datum_lev = delivery date
dossiernr = company within FoodMaster
klant-nr = customer id
since = changes since 1900-01-01T00:00:00 for ‘since last call’
See following example:
xxxxxxxxxx{ "dsFKLANT_ART": { "ttFKLANT_ART": [ { "dossiernr": 1, // company within FoodMaster "klant-nr": 4589, // customer id "artikelsrt": 0, // article kind "artikelnr": "ABC4558", // article id "datum_lvkp": null, // Date last sell "courant": true, // is this article often bought by this customer? "datum_ltht": null, // Last delivered 'best before' date "volgnr": 0, // sorting number "ref_gewicht": 0, // reference weight "opvolging": 0, // succession "datum_cre": "2010-10-07", // date created "intikken": true, // can be manually added to an order "nieuw_artikelnr": "", // new article id "promo_artikelnr": "", // promotion article id "cd_typart": 1, // code article type "prijs": 0.0, // price "cd_beenheid": "ST", // code order unit "min_te_best": 3 // Minimum to order "datum_lev": "2020-10-07" //delivery date "beenheid": "ST", // code order unit "hoev_be": 12, // amount "waarde": 62.26, // value "netto": 59.15, // net value "tp_korting1": 1, // type line discount 1 "tp_korting2": 1, // type line discount 2 "ln_korting1": 5, // line discount 1 "ln_korting2": 0, // line discount 2 "extra": "" // extra info "datum-prijsw": // price date "fractienr_beursbstd": // fraction number sales exchange "omsch_kort": "" // discount description "omschr_kort_nl": // Dutch discount description "omschr_kort_fr": // French discount description "omschr_kort_en": // English discount description "omschr_kort_de": // German discount description "cd_peenheid": // code price unit "omrek_prijs": // convert price "cd_feenheid": // code invoice unit "gewicht_gemid": // average weight "rec-id": 0 // record id }, ] }}