POST api/BulkProductsFood

Request Information

URI Parameters

None.

Body Parameters

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.

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
  },
  {
    "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 'List`1'.

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
}