GPRS Printers Model

ActionMethodResourceDescription
Get allGET/printersGet all printers.
GetGET/printers/:printer_idGet printer with id printer_id.
Create POST/printersCreate a printer.
Update PUT/printers/:printer_idUpdate printer with printer_id.
Delete DELETE/printers/:printer_idDelete printer with printer_id.
Get queueGETbusiness/business_id/queueObtain the last order made in the business to print.
Confirm queueGETbusiness/business_id/queueConfirm the order from the printer.

The printer model is composed of the following attributes:

AttributeTypeRequiredDescription
modelstringyesThe printer's model.

🚧

Printers only can be created, updated o removed by user level 0 (Type: Administrator).

📘

Users level 2 (Type: Business) only can list printers.