Method Name: PRINTFR
Prints a Fiscal Receipt
Request
|
Level |
Node Name |
Node Value(s) |
Notes |
|---|---|---|---|
|
1 |
Receipt |
<ReceiptObject> |
Example
Refers to: Receipt
Response:
|
Level |
Node Name |
Node Value(s) |
Notes |
|---|---|---|---|
|
1 |
ReceiptDateTime |
<datetime> |
Date Time of the printed receipt |
|
1 |
ReceiptNumber |
<string> |
Number of the printed receipt |
|
1 |
DeviceSerialNumber |
<string> |
Serial Number of the Fiscal Printer |
|
1 |
EJNumber |
<string> |
Number of the Electronic Journal of the Fiscal Printer |
|
1 |
EJClosingNumber |
<string> |
Number of the Actual Fiscal Printer Daily Closure |
|
1 |
ServerSerialNumber |
<string> |
Serial Number of the Fiscal Server (only if the fiscal transaction is performed via a fiscal server) |
|
1 |
ReceiptText |
<string> |
Text of the Receipt |
|
1 |
ReceiptImage |
<string> |
Image (BASE64 Encoded) of the printed receipt |
|
1 |
InvoiceNumber |
<string> |
Invoice Number
|
|
1 |
InvoiceDateTime |
<datetime> |
Invoice Date Time
|
|
1 |
MessageText |
<string> |
Message to be displayed to the operator
|
Example:
<ReceiptPrinterManagerResponse>
<ReceiptDateTime>2020-06-06T01:05:00.000Z</ReceiptDateTime>
<ReceiptNumber>244</ReceiptNumber>
<DeviceSerialNumber>99MEX035231</DeviceSerialNumber>
<EJNumber>0</EJNumber>
<EJClosingNumber>45</EJClosingNumber>
<ServerSerialNumber></ServerSerialNumber>
<ReceiptText></ReceiptText>
<ReceiptImage></ReceiptImage>
<MessageText></MessageText>
<Error>False</Error>
<ErrorText/>
<LogFileName/>
</ReceiptPrinterManagerResponse>