Print multiple labels in single POST
Hi,
I have recently started using Bartender Designer and have setup a Web Service integration so I can use POST via Oracle to print labels.
I am wanting to use POST to bring multiple labels with different information within the variables within a single call as doing each label separately is very slow (around 5 seconds per label).
If anyone knows how I could achieve this or a different way of using Bartender with Oracle to achieve this any help would be very much appreciated.
For example, this prints a label:
{
"Template": "Document1.btw",
"Batch": "000064",
"COO": "UK",
"DateOfPackaging": "12-FEB-14",
"PartCode": "0000007501",
"ProductCode": "000007890002",
"Quantity": "1520",
"ShortDesc": "00054702",
"QTY": "1",
"PrinterName": "ZebraPrinerTesting"
}
But this fails:
[
{
"Template": "Document1.btw",
"Batch": "000064",
"COO": "UK",
"DateOfPackaging": "12-FEB-14",
"PartCode": "0000007501",
"ProductCode": "000007890002",
"Quantity": "1520",
"ShortDesc": "00054702",
"QTY": "1",
"PrinterName": "ZebraPrinerTesting"
},
{
"Template": "Document1.btw",
"Batch": "000444",
"COO": "US",
"DateOfPackaging": "12-FEB-14",
"PartCode": "0044408881",
"ProductCode": "000001234567",
"Quantity": "112",
"ShortDesc": "00045638",
"QTY": "1",
"PrinterName": "ZebraPrinerTesting"
}
]
Best Regards
Jamie
サインインしてコメントを残してください。
コメント
0件のコメント