Getting the defined customer groups. These can be used to categorize customers, but are mainly important when using the Special Prices call.
This endpoint return the possible values. To know the values per customer, check the Customers
GET /CustomerGroups
GET /CustomerGroups/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{ "dsCustomerGroups": { "ttCustomerGroups": [ { "dossiernr": 1, // company within FoodMaster "klgroep": "HOR", // customer group code "omschr_nl": "HORECA", // Dutch description "omschr_fr": "HORECA", // French description "omschr_en": "CHR", // English description "omschr_de": "GASTGEWERBE", // German description "rec-id": 98905 // record id } ] }}