Get Rx and production information about a specific order (
...
/orders?order=orderid)
Method takes one argument, the order number information is to be returned for.
Example:
http://localhost:4567/api/get_orderinfoorders?order=2340894
Input - 1 parameter, number of order for which status is being requested
...