GET api/Item/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ItemID": 1,
  "ItemNO": "sample string 2",
  "ItemName": "sample string 3",
  "ItemNameE": "sample string 4",
  "ItemBarCode": "sample string 5",
  "ItemSalePrice": 1.1,
  "DollarPrice": 1.1,
  "ItemCostPrice": 1.1,
  "UnitId": 1,
  "UnitName": "sample string 6",
  "ItemNote1": "sample string 7",
  "ItemNote2": "sample string 8",
  "CompanyName": "sample string 9",
  "AvailableQty": 1.1,
  "GroupID": 1,
  "GroupName": "sample string 10",
  "ItmTaxRatio": 1.1,
  "TaxTypeID": 1,
  "EnterpriseId": 1,
  "GS1Code": "sample string 11",
  "EGSCode": "sample string 12",
  "RequestId": "sample string 13",
  "codeType": "sample string 14",
  "parentCode": "sample string 15",
  "activeFrom": "sample string 16",
  "activeTo": "sample string 17",
  "ItemTaxTypes": [
    {
      "$id": "2",
      "ItemsTaxTypeId": 1,
      "ItemID": 2,
      "TaxTypeID": 3,
      "TaxTypeRate": 1.1,
      "TaxTypeAmount": 1.1,
      "TaxTypeName": "sample string 4",
      "TaxTypeCalcWayId": 1
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}