Closed limealot closed 1 year ago
...
restrictedItem
barCodes
image
priceWithoutTax
... parameters: ...
includeArticleImages
sample request:
{ "timestamp" : "2015-09-16T08:58:40.988Z", "apiKey" : "user_321681", "requestID" : "req_325168426", "method" : "listRestaurants", "params" : { "cashRegisterUUIDs" : [ "12dad71f-3cb3-4127-a039-81ed6dad2d01" ], "includeArticles" : true, "includeArticleImages" : true, "includeCustomers" : true, "includeBaseData" : true } }
sample response:
{ "timestamp" : "2015-09-16T08:58:40.988Z", "success" : true, "requestID" : "req_325168426", "response" : { "restaurants" : [ { "cashRegisterUUID" : "12dad71f-3cb3-4127-a039-81ed6dad2d01", "businessUnitUUID" : "4a67c7a2-bbf6-4130-be16-f4f7b2571d91", "restaurantID" : "1", "name" : "S&C Testiravintola", "contact" : { "street" : "Linnanpajantie 1", "postIndex" : "00950", "city" : "Helsinki", "phoneNr" : "+358 29 007 4960", "wwwAddress" : "soft-contact.fi", "emailAddress" : "support@soft-contact.fi", "registrationNr" : "2220310-8", "companyName" : "Soft-Contact Oy" }, "openHours" : [ { "Monday": [ { "type": "RESTAURANT", "start": "0900", "finish": "2100" }, { "type": "KITCHEN", "start": "0900", "finish": "1300" }, { "type": "KITCHEN", "start": "1400", "finish": "1800" } ] }, { "Tuesday": [] }, { "Wednesday": [ { "type": "RESTAURANT", "start": "0000", "finish": "2400" } ] }, { "Thursday": [] }, { "Friday": [ { "type": "RESTAURANT", "start": "0900", "finish": "2400" } ] }, { "Saturday": [ { "type": "RESTAURANT", "start": "0000", "finish": "0230" } ] }, { "Sunday": [] } ], "maxCustomers":20, "printers" : [{ "printerID" : "1", "name" : "Testiravintola lämmin", "address" : "10.53.2.71", "port" : "9100", "width" : 33 }, { "printerID" : "2", "name" : "Testiravintola kylmä", "address" : "10.53.2.72", "port" : "9100", "width" : 33 }, { "printerID" : "1", "name" : "Testiravintola baari", "address" : "10.53.2.73", "port" : "9100", "width" : 33 }], "menus" : [{ "menuID":50, "name":"Alkuruoka", "articles":[ { "articleID":"9001", "name":"VIHERSALAATTI", "description":"", "prices" : [ { "priceID":"1", "price":500, "tax":14, "priceWithoutTax":439 } ], "type":"SALE", "restrictedItem": false, "printerIDs" : ["1"], "barCodes": [ "1234567890111", "1234567890128" ], "image" : "iVBORw0KGgoAAAANSUhEUgAAAIQAAAC ..." },{ "articleID":"9002", "name":"SUOLAKURKKUJA", "description":"", "prices" : [ { "priceID":"1", "price":600, "tax":14, "priceWithoutTax":526 } ], "type":"SALE", "restrictedItem": false, "printerIDs" : ["1"], "barCodes": [ "1234567890111", "1234567890128" ], "image" : "iVBORw0KGgoAAAANSUhEUgAAAIQAAAC ..." } ] },{ "menuID":51, "name":"Pääruoka", "articles":[ { "articleID":"9129", "name":"PIPPURIPIHVI", "description":"", "prices" : [ { "priceID":"1", "price":1500, "tax":14, "priceWithoutTax":1316 } ], "type":"SALE", "restrictedItem": false, "includeOptionPrice":true, "options":[ { "name":"Pottuvalintoja", "minSelections":1, "maxSelections":1, "articleIDs":["9207","9210"] } ], "printerIDs" : ["1","2"], "barCodes": [ "1234567890111", "1234567890128" ], "image" : "iVBORw0KGgoAAAANSUhEUgAAAIQAAAC ..." }, { "articleID":"9207", "name":"VALKOSIPULIPERUNAT", "description":"", "prices" : [ { "priceID":"1", "price":100, "tax":14, "priceWithoutTax":88 } ], "type":"OPTION", "restrictedItem": false }, { "articleID":"9210", "name":"PAISTETUT PERUNAT", "description":"", "prices" : [ { "priceID":"1", "price":100, "tax":14, "priceWithoutTax":88 } ], "type":"OPTION", "restrictedItem": false } ] }], "customers":[ { "customerNumber":"1111", "customerName":"Pelle Peloton", "customerUUID":"00951a0e-e74e-4a09-82f6-bc36109df2be" }, { "customerNumber":"2222", "customerName":"Roope Ankka", "customerUUID":"0304a579-9630-4ab9-8d9f-12031e7c832f" } ] } ] } }
Merged to main specification document.
Article
...
restrictedItem
- flag to indicate whether sales of this item are restricted, e.g. contain alcoholbarCodes
- array of bar codes (EANs)image
- Base 64 encoded image dataPrice
...
priceWithoutTax
- unit price without VAT in centslistRestaurants
... parameters: ...
includeArticleImages
- flag for including article images in results ...sample request:
sample response: