Method Name: MESSAGE
Show message in customer display.
Request
|
Level |
Node Name |
Node Value(s) |
Notes |
|
|---|---|---|---|---|
|
1 |
Message |
|
|
|
|
2 |
Text1 |
<string> |
Text of first line |
|
|
2 |
Text2 |
<string> |
Text of second line |
|
|
2 |
Image |
<string> |
Image in Base64 |
|
|
2 |
ImageUrl |
<string> |
Url or path of image |
|
Example
XML
<Message>
<Text1>Benvenuto CARLO</Text1>
<Text2>Il tuo saldo è di 100 punti</Text2>
<Image />
</Message>
Response
|
Level |
Node Name |
Node Value(s) |
Notes |
|---|
Example
XML
<ReceiptPrinterManagerResponse>
<Error>False</Error>
<ErrorText/>
<LogFileName/>
</ReceiptPrinterManagerResponse>