GET api/EstimateGoods/{id}

Documentation for 'Gettbl_estimate_listofGoods'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "article": "sample string 1",
    "cubicFeet": 1,
    "fk_estimate_id": 1,
    "fk_listofgoods_id": 1,
    "quantity": 1
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]