POST api/INGetItemQuantity

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "Item_Num": "sample string 1",
  "Year": "sample string 2"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ItemQuantity": {
    "OnOrder": 1.0,
    "CommittedOnOrder": 2.0,
    "TotalOnOrder": 3.0,
    "Opening": 4.0,
    "Received": 5.0,
    "Adjusted": 6.0,
    "SoldUsed": 7.0,
    "OnHand": 8.0,
    "Committed": 9.0,
    "Available": 10.0,
    "DecimalPlaces": 1,
    "ItemNum": "sample string 11"
  }
}