POST Products/Deleteproduct
Request Information
URI Parameters
None.
Body Parameters
productsData| Name | Description | Type | Additional information |
|---|---|---|---|
| productId | integer |
None. |
|
| productName | string |
None. |
|
| productNameAr | string |
None. |
|
| productNameEn | string |
None. |
|
| productImagePath | string |
None. |
|
| productDeleteStatus | boolean |
None. |
|
| userId | integer |
None. |
|
| language | string |
None. |
|
| page | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"productId": 1,
"productName": "sample string 2",
"productNameAr": "sample string 3",
"productNameEn": "sample string 4",
"productImagePath": "sample string 5",
"productDeleteStatus": true,
"userId": 7,
"language": "sample string 8",
"page": 9
}
application/xml, text/xml
Sample:
<productsData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/spor.Models.Other_Setting.Products"> <language>sample string 8</language> <page>9</page> <productDeleteStatus>true</productDeleteStatus> <productId>1</productId> <productImagePath>sample string 5</productImagePath> <productName>sample string 2</productName> <productNameAr>sample string 3</productNameAr> <productNameEn>sample string 4</productNameEn> <userId>7</userId> </productsData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |