Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Updates an inventory item by OPC, accepting “bin”, “max”, “min”, “cost” , “shelf” as parameters.

Example request:

A POST request to: “http://localhost:4567/api/inventorylenses/update/opc”

A request body of

Code Block
{
  "opc": "12345678",
  "min": 100,
  "max": 100,
  "shelf": 100,
  "cost": 50,
  "bin": 100
}

...