v1

latestOpenAPI 3.1.02026-08-06911,228852.2 KB
Order and Pay

Print Message

Send a message to the POS. Generates a notification on the register screen. Can also be sent to the printer. <br> If the POS is offline, the message will be stored for up to 24h and sent when the POS comes online.

post/o/op/1/printMsg

Query parameters

businessLocationIdinteger required

The unique identifier for the business location.

Example:45454565682155

Request body

messagestring required

The message to be printed.

alsoToPrinterboolean

Print on the receipt printer as well as till (highly recommended).

Example request

{
  "message": "The Print Message",
  "alsoToPrinter": true
}

Response

accepted

statusstring

The response.

Example response

{
  "status": "ok"
}