Return all the available price codes in FoodMaster. The value \ price assigned to a price code can be checked per article on the article endpoint.
GET /PriceCodes
GET /PriceCodes/incremental
dossiernr = company within FoodMaster
dossiernr = company within FoodMaster
since = changes since 1900-01-01T00:00:00 for ‘since last call’
See following example:
xxxxxxxxxx{ "dsPriceCodes": { "ttPriceCategories": [ { "dossiernr": 1, // company within FoodMaster "cd_categorie": "", // category code "omschr_nl": "", // Dutch description "omschr_fr": "", // French description "omschr_en": "", // English description "omschr_de": "", // German description "rec-id": 458997,// record id "ttPriceCodes": [ { "prijscode": 1, // price code "omschr_nl": "Prijscode 1", // Dutch description "omschr_fr": "", // French description "omschr_en": "", // English description "omschr_de": "", // German description "munt": "EUR", // currency "rec-id": 453975 // record id } ] } ] }}