Getting info about articles that are only available in certain periods.
GET /Seizoenartikelen
GET /Seizoenartikelen/incremental
GET /Seizoenartikelen/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’
dossiernr = company within FoodMaster
Returns the articles for which seasonal info is available.
See following example:
xxxxxxxxxx{ "dsSeizoenartikelen": { "ttSeizoenartikelen": [ { "dossiernr": 1, // company within FoodMaster "artikelsrt": 0, // article kind "artikelnr": "00004015", // article id "omschrijving": "", // description "week_van": 14, // starting week "week_tot": 37, // end week "seiz_art": true, // season article or not "seiz_van": "2021-04-01", // starting date "seiz_tot": "2021-09-15", // end date "seiz_tekst": "", // memo / description "rec-id": 1180161 // record id }, ] }}