POST api/DeleteProducts
Request Information
URI Parameters
None.
Body Parameters
WebServiceSelectProduct_Result| Name | Description | Type | Additional 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:
Response Information
Resource Description
WebServiceSelectProduct_Result| Name | Description | Type | Additional 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
}