Description
The login checks username and password for a user (do not use for realtime validation!)
Usage
Properties
categories
Description
All the possible categories in the receipts. Shown in simple key-value pair.
Proprties
key: id of the category
value: name of the category
products
Description
All the products with information in the receipts
Proprties
id: id of the product
category_id: id of the category, used in categories.
name: name of the product
tax: percentage tax used for the product
receipts
Description
All the receipts.
Proprties
id: id of the product
category_id: id of the category, used in categories.
name: name of the product
tax: percentage tax used for the product
price: price payed for this item
API URL
https://mbo-sd.nl/apiv2/basic-cash-register
Readme index page