GPRS Printers Model

ActionMethodResourceDescription
Get allGET/printersGet all printers.
GetGET/printers/:printer_idGet printer with id printer_id.
CreatePOST/printersCreate a printer.
UpdatePUT/printers/:printer_idUpdate printer with printer_id.
DeleteDELETE/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.