GET api/Products

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WebServiceSelectProduct_Result
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

ShortDescription

string

None.

Sku

string

None.

Price

decimal number

None.

StockQuantity

integer

None.

Percentage

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "ShortDescription": "sample string 3",
    "Sku": "sample string 4",
    "Price": 5.0,
    "StockQuantity": 6,
    "Percentage": 7.0
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "ShortDescription": "sample string 3",
    "Sku": "sample string 4",
    "Price": 5.0,
    "StockQuantity": 6,
    "Percentage": 7.0
  }
]