GET api/Goods

Documentation for 'Gettbl_listofgoods'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "article": "sample string 2",
    "cubicFeet": 3
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]