This endpoint will return all the categories that are possible for the articles.
GET /categories
GET /categories/incremental
dossiernr = company within FoodMaster
dossiernr = company within FoodMaster
since = changes since 1900-01-01T00:00:00 for ‘since last call’
Returns the category information for each category. The code and the description in 4 languages.
See following example:
xxxxxxxxxx{ "dsCategories": { "ttCategories": [ { "dossiernr": 1, // company within FoodMaster "cd_artgrp": "FRUIT", // code article group "omschr_nl": "Fruit", // Dutch description "omschr_fr": "Fruit", // French description "omschr_en": "Fruit", // English description "omschr_de": "Obst", // German description "rec-id": 524545 // record id }, ] }}