v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBOrder 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
Example request
{
"message": "The Print Message",
"alsoToPrinter": true
}Response
accepted
Example response
{
"status": "ok"
}