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 »

Get Inventory Information

Method returns a list of all active inventory products, including OPC (both eyes), Rx-Universe description, and all quantity information


Example:

http://localhost:4567/api/get_inventory


returns:

[
  {
    "stock-num": "909416",
    "stock-desc": "LAIRESPLSV        2800         65",
    "rt-opc": "",
    "lt-opc": "",
    "total-qty": "       0",
    "right-qty": "       0",
    "left-qty": "       0",
    "total-alloc": "       0",
    "right-alloc": "       0",
    "left-alloc": "       0",
    "total-in-proc": "       0",
    "right-in-proc": "       0",
    "left-in-proc": "       0"
  },
  {
    "stock-num": "857521",
    "stock-desc": "LAO  S2SV         0100         73   SRC",
    "rt-opc": "",
    "lt-opc": "",
    "total-qty": "       0",
    "right-qty": "       0",
    "left-qty": "       0",
    "total-alloc": "       0",
    "right-alloc": "       0",
    "left-alloc": "       0",
    "total-in-proc": "      10",
    "right-in-proc": "       0",
    "left-in-proc": "       0"
  },
  {
    "stock-num": "857522",
    "stock-desc": "LAO  S7EASY       0100 0075    73   SRC",
    "rt-opc": "0100780295",
    "lt-opc": "0100780287",
    "total-qty": "       0",
    "right-qty": "      18",
    "left-qty": "      16",
    "total-alloc": "       0",
    "right-alloc": "       0",
    "left-alloc": "       0",
    "total-in-proc": "       0",
    "right-in-proc": "       0",
    "left-in-proc": "       0"
  },
  {
    "stock-num": "908424",
    "stock-desc": "LAO  S7EASY       0100 0075    73GY3PHF",
    "rt-opc": "5117150861",
    "lt-opc": "5117150853",
    "total-qty": "       0",
    "right-qty": "       0",
    "left-qty": "       0",
    "total-alloc": "       0",
    "right-alloc": "       0",
    "left-alloc": "       0",
    "total-in-proc": "       0",
    "right-in-proc": "       0",
    "left-in-proc": "       0"
  },
  {
    "stock-num": "908488",
    "stock-desc": "LAO  S7EASY       0100 0075    73GY3TR5",
    "rt-opc": "0100792506",
    "lt-opc": "0100792498",
    "total-qty": "       0",
    "right-qty": "       0",
    "left-qty": "       0",
    "total-alloc": "       0",
    "right-alloc": "       0",
    "left-alloc": "       0",
    "total-in-proc": "       0",
    "right-in-proc": "       1",
    "left-in-proc": "       0"
  },

a bunch more records
{
    "stock-num": "908534",
    "stock-desc": "LZEISSYPOLSV      0800         75GY2NXT",
    "rt-opc": "0193503000",
    "lt-opc": "",
    "total-qty": "       0",
    "right-qty": "       0",
    "left-qty": "       0",
    "total-alloc": "       0",
    "right-alloc": "       0",
    "left-alloc": "       0",
    "total-in-proc": "       0",
    "right-in-proc": "       0",
    "left-in-proc": "       0"
  }
]



  • No labels