POST api/DeleteProducts

Request Information

URI Parameters

None.

Body Parameters

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.

Request 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
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WebServiceSelectProduct_Result'.

Response Information

Resource Description

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
}