Method takes one two argument, the order number information is to be returned for. Note that this endpoint creates a job track entry for station “EPP”, this station must have the “Print Work Ticket” flag checked, and the printer port in LPT format. The work tickets ticket will print to the assigned windows printer list based on the last order printer routingport in the “00” workstation.
Example:
http://localhost:4567/api/orders/printWorkticket?order=2340894Input - 1 parameter, printWorkTicket host=localhost params={"Order, PO or tray number"=>"20000616", "Printer LPT#"=>"LPT3"}
Input - 2 parameters
number of order for which status is being requested - order number, tray number or order PO number will be accepted)
LPT printer assigned for the printing ie LPT1, LPT2, etc
returns
Code Block |
---|
{ "order-number": "234089620000616", "order-statusmessage": "Work ticket printing request sent to job tracking", "cmdStatus": "0",successful" } |