This endpoint returns a list of the representative of the company along with the customers each representative covers.
GET /Vertegenwoordigers
GET /Vertegenwoordigers/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{ "dsVertegenwoordigers": { "ttVertegenw": [ { "dossiernr": 1, // company within FoodMaster "vertw": "48612", // representative id "naam": "John Doo", // representative name "naam2": "", // representative name 2 "e-mail": "john@johndoo.com", // representative e-mail "rec-id": 5823810, // record id "ttKlanten": [ { "klant-nr": 635, // customer number "rec-id": 7482049 // record id customer }, ] }, ] }}