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

Version 1 Next »

Method takes one argument, the order number information is to be returned for.

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