Getting the supplier info available in FoodMaster.
GET /supplier/all
GET /supplier/incremental
GET /supplier/count
dossiernr = company within FoodMaster
pag = page number
lim = page size
dossiernr = company within FoodMaster
since = changes since 1900-01-01T00:00:00 for ‘since last call’
ins
dossiernr = company within FoodMaster
Returns the available supplier and supplier contact info.
See following example:
xxxxxxxxxx{ "dsSupplier": { "ttSupplierInfo": [ { "dossiernr": 1, // company within FoodMaster "lever-nr": 60002, // supplier id "btw-nr": "BE0475089271", // VAT number "naam": "Ter Beke - Pluma", // name "naam2": "", // name 2 "adres": "Antoon Vanderpluymstraat 1", // address "postnr": "2160", // postal number "woonplaats": "WOMMELGEM", // city "land": "B", // country "e-mail": "csBE-LU-OTC-OOH@terbeke.com", // e-mail "tel-kantoor": "03\/350.06.80", // contact office telephone number "tel-kantoor2": "", // contact office telephone number 2 "tel-fax": "03\/350.06.13", // contact fax number "tel-assistent": "", // contact assistent telephone number "tel-thuis": "", // contact home telephone number "tel-thuis2": "", // contact home telephone number 2 "tel-gsm": "", // contact mobile telephone number "tel-sema": "", // contact sema number "lvgroep": "", // supplier group code "taal": "N", // language "deactivate": false, // deactivate "rec-id": 7253562, // record id "crud": "R" // crud code } ] }}