Returns all the possible order units by code. Which order units are available for an article and how many single units are in 1 order unit, can be found in the articles endpoint.
This call only returns the name in deferent languages of the available options in FoodMaster.
GET /orderUnits
GET /orderUnits/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{ "dsOrderUnits": { "ttOrderUnits": [ { "dossiernr": 1, // company within FoodMaster "cd_beenheid": "ST", // order unit code "omschr_nl": "Stuks", // Dutch description "omschr_fr": "Pièces", // French description "omschr_en": "Pieces", // English description "omschr_de": "Stücke", // German description "rec-id": 2228747 // record id }, ] }}