Epson TM-T20II-i Server Direct Print Users Manual for TM-i firmware ver.4.1 - Page 30

When Specifying the Print Job ID

Page 30 highlights

When Specifying the Print Job ID Specification of print job ID is available in the TM-i series (TM-i Firmware Ver.4.1 or later). When specifying the print job ID, specify Version="2.00" for the tag. It is also required to specify the print job ID in the tag. HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: xxx tag Specify the print job ID local_printer 10000 ABC123 . . . 30

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48

30
When Specifying the Print Job ID
When specifying the print job ID, specify Version="2.00" for the <PrintRequestInfo> tag.
It is also required to specify the print job ID in the <Parameter> tag.
Specification of print job ID is available in the TM-i series (TM-i Firmware Ver.4.1 or later).
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: xxx
<?xml version="1.0" encoding="utf-8"?>
<PrintRequestInfo Version="2.00">
<ePOSPrint>
<Parameter>
<devid>local_printer</devid>
<timeout>10000</timeout>
<printjobid>ABC123</printjobid>
</Parameter>
<PrintData>
.
.
.
</epos-print>
</PrintData>
</ePOSPrint>
</PrintRequestInfo>
Specify the print job
ID
<PrintRequestInfo> tag