Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Method takes one 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. The work tickets will print to the assigned printer list based on the last order printer routing.

Example:

http://localhost:4567/api/orders/printWorkticket?order=2340894

Input - 1 parameter, number of order for which status is being requested - order number, tray number or order PO number will be accepted)

returns

{
  "order-number": "2340896",
  "order-status": "Work ticket printing request sent to job tracking",
  "cmdStatus": "0",
  }

  • No labels